- 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.
Visual Basic (Declaration) | |
---|---|
Public Function GetRegionBoundsClipped( _ ByVal xform As RasterRegionXForm _ ) As LeadRect |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImage Dim xform As RasterRegionXForm Dim value As LeadRect value = instance.GetRegionBoundsClipped(xform) |
C# | |
---|---|
public LeadRect GetRegionBoundsClipped( RasterRegionXForm xform ) |
C++/CLI | |
---|---|
public: LeadRect 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.For more information, refer to Working with the Existing Region.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7