'Declaration Public Property TopRight As Point
'Usage Dim instance As PerspectiveAdjustOptions Dim value As Point instance.TopRight = value value = instance.TopRight
public Point TopRight {get; set;}
'Declaration Public Property TopRight As Point
'Usage Dim instance As PerspectiveAdjustOptions Dim value As Point instance.TopRight = value value = instance.TopRight
public Point TopRight {get; set;}
Use this if you know the location of an object you wish to adjust the perspective of. If this property is set (has a value > 0), then the ScanFix.PerspectiveAdjust method will not automatically search for a warped object.
Note:The origin (the point (0,0)) of the image is the top left hand corner.