Skip to content

Annotation::Rect property

Indicates the rectangle of the annotation.

System.Drawing.Rectangle Rect { get; set; }
AnnotationRect getRect() throws IGRException;
void setRect(AnnotationRect value) throws IGRException;
@property
def Rect(self) -> AnnotationRect:
@property.setter
def Rect(self, value: AnnotationRect)
AnnotationRect getRect() const;
void setRect(AnnotationRect value);
[propget] HRESULT Rect([out, retval] AnnotationRect* *result);
[propput] HRESULT Rect([in] AnnotationRect* value);

Return Value

AnnotationRect

See Also