Leadtools.Annotations Namespace > AnnTextPointerObject Class : BoundingRectangle Property |
public override AnnRectangle BoundingRectangle {get;}
'Declaration Public Overrides ReadOnly Property BoundingRectangle As AnnRectangle
'Usage Dim instance As AnnTextPointerObject Dim value As AnnRectangle value = instance.BoundingRectangle
public: property AnnRectangle BoundingRectangle { AnnRectangle get() override; }