←Select platform

GetRegionBoundsClipped Method

Summary

Gets the bounding rectangle of the image region.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect GetRegionBoundsClipped( 
   RasterRegionXForm xform 
) 
Public Function GetRegionBoundsClipped( _ 
   ByVal xform As RasterRegionXForm _ 
) As LeadRect 
- (LeadRect)regionBoundsClipped:(nullable LTRasterRegionXForm *)xform 
public LeadRect getRegionBoundsClipped(RasterRegionXForm xform) 
public: 
LeadRect GetRegionBoundsClipped(  
   RasterRegionXForm^ xform 
)  

Parameters

xform
RasterRegionXForm object that LEADTOOLS uses to translate between display coordinates and image coordinates. If you specify null 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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly