AnnotationRect::Left property¶
The Left property returns the left coordinate of the annotation’s bounding box.
double Left { get; set; }
double getLeft() throws IGRException;
void setLeft(double value) throws IGRException;
@property
def Left(self) -> double:
@property.setter
def Left(self, value: double)
double getLeft() const;
void setLeft(double value);
[propget] HRESULT Left([out, retval] double* *result);
[propput] HRESULT Left([in] double* value);
Return Value¶
double