Skip to content

AnnotationRect::Right property

The Right property returns the right coordinate of the annotation’s bounding box.

double Right { get; set; }
double getRight() throws IGRException;
void setRight(double value) throws IGRException;
@property
def Right(self) -> double:
@property.setter
def Right(self, value: double)
double getRight() const;
void setRight(double value);
[propget] HRESULT Right([out, retval] double* *result);
[propput] HRESULT Right([in] double* value);

Return Value

double