AnnotationPoint::X property¶
The horizontal value of the point in the document's user space units.
int X { get; set; }
int getX() throws IGRException;
void setX(int value) throws IGRException;
@property
def X(self) -> int:
@property.setter
def X(self, value: int)
int getX() const;
void setX(int value);
[propget] HRESULT X([out, retval] int *result);
[propput] HRESULT X([in] int value);
Return Value¶
int