Click here to Skip to main content
16,012,759 members

Comments by Member 13458399 (Top 3 by date)

Member 13458399 4-May-18 6:05am View    
Thanks for the answer.
ptfRectPoints = licPlate.rrLocationOfPlateInScene.GetVertices() 'get 4 vertices of rotated rect

Dim pt0 As New Point(CInt(ptfRectPoints(0).X), CInt(ptfRectPoints(0).Y)) 'declare 4 points, integer type
Dim pt1 As New Point(CInt(ptfRectPoints(1).X), CInt(ptfRectPoints(1).Y))
Dim pt2 As New Point(CInt(ptfRectPoints(2).X), CInt(ptfRectPoints(2).Y))
Dim pt3 As New Point(CInt(ptfRectPoints(3).X), CInt(ptfRectPoints(3).Y))

i have rectangle's points can i use them to blur a inner portion of that rectangle?
Member 13458399 29-Nov-17 7:18am View    
yes i got it.Thank you
Member 13458399 27-Nov-17 2:18am View    
still showing : System.FormatException: 'Input string was not in a correct format.'