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()
-(LeadRect)getBounds;
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.