Gets a LeadRect structure that represents a rectangle that bounds this RasterRegion in pixels.
public LeadRect GetBounds()
Public Function GetBounds() As Leadtools.LeadRect
public Leadtools.LeadRect GetBounds()
@property (nonatomic, assign, readonly) LeadRect bounds
public LeadRect getBounds()
function Leadtools.RasterRegion.GetBounds()
public:
Leadtools.LeadRect GetBounds();
A LeadRect structure that represents a rectangle that bounds this RasterRegion in pixels.
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.
For an example, refer to RasterRegion.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET