RectanglePosition Property |
Gets the coordinates of the upper-left corner of the rectangular area.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 20.12.0
Syntaxpublic Point Position { get; }
Public ReadOnly Property Position As Point
Get
public:
property Point^ Position {
Point^ get ();
}
member Position : Point with get
Property Value
Type:
PointAn instance of
Point class that represents the coordinates of the upper-left corner of the rectangular area.
See Also