LEADTOOLS (Leadtools assembly)

GetBounds Method

Show in webframe







Gets a LeadRect structure that represents a rectangle that bounds this RasterRegion in pixels.
Syntax
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(); 

Return Value

A LeadRect structure that represents a rectangle that bounds this RasterRegion in pixels.
Remarks

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.

Example
For an example, refer to RasterRegion.
Requirements

Target Platforms

See Also

Reference

RasterRegion Class
RasterRegion Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.