Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetBounds Method








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()
@property (nonatomic, assign, readonly) LeadRect bounds
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

Error processing SSI file