Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Annotations Namespace > AnnEncryptObject Class : Bounds Property |
public override AnnRectangle Bounds {get; set;}
'Declaration Public Overrides Property Bounds As AnnRectangle
'Usage Dim instance As AnnEncryptObject Dim value As AnnRectangle instance.Bounds = value value = instance.Bounds
public: property AnnRectangle Bounds { AnnRectangle get() override; void set ( AnnRectangle value) override; }