Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterRegion Class : GetBounds Method |
public LeadRect GetBounds()
'Declaration
Public Function GetBounds() As LeadRect
'Usage
Dim instance As RasterRegion Dim value As LeadRect value = instance.GetBounds()
public LeadRect GetBounds()
@property (nonatomic, assign, readonly) LeadRect bounds
public LeadRect getBounds()
function Leadtools.RasterRegion.GetBounds()
public: LeadRect GetBounds();
The bounding rectangle is always the smallest possible bounding rectangle of this RasterRegion. The returned rectangle is empty (all values equals to zero) if the region is empty.