ScanFix Xpress v9.0 for .NET - Updated
TopRight Property




Accusoft.ScanFixXpressSdk Namespace > PerspectiveAdjustOptions Class : TopRight Property
Gets and sets a System.Drawing.Point object that indicates the top right point of a quadrilateral in the image that represents a warped object.
Syntax
'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;}
public: __property Point get_TopRight();
public: __property void set_TopRight( 
   Point value
);
public:
property Point TopRight {
   Point get();
   void set (    Point value);
}
Remarks

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.

See Also

Reference

PerspectiveAdjustOptions Class
PerspectiveAdjustOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.