Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetRegionBoundsClipped Method
See Also 
Leadtools Namespace > RasterImage Class : GetRegionBoundsClipped Method



xform
RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify null (Nothing in Visual Basic) in this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.
Gets the bounding rectangle of the image region.

Syntax

Visual Basic (Declaration) 
Public Function GetRegionBoundsClipped( _
   ByVal xform As RasterRegionXForm _
) As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim xform As RasterRegionXForm
Dim value As Rectangle
 
value = instance.GetRegionBoundsClipped(xform)
C# 
public Rectangle GetRegionBoundsClipped( 
   RasterRegionXForm xform
)
C++/CLI 
public:
Rectangle GetRegionBoundsClipped( 
   RasterRegionXForm^ xform
) 

Parameters

xform
RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify null (Nothing in Visual Basic) in this parameter, the scalar fields default to 1, the offsets default to 0, and the view perspective defaults to the image view perspective.

Return Value

The bounding rectangle.

Remarks

For more information, refer to Working with the Existing Region.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also