Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterRegion Class : FromRectangle Method |
public static RasterRegion FromRectangle( RasterRegionXForm xform, LeadRect rc )
'Declaration
Public Shared Function FromRectangle( _ ByVal xform As RasterRegionXForm, _ ByVal rc As LeadRect _ ) As RasterRegion
'Usage
Dim xform As RasterRegionXForm Dim rc As LeadRect Dim value As RasterRegion value = RasterRegion.FromRectangle(xform, rc)
public static RasterRegion FromRectangle( RasterRegionXForm xform, LeadRect rc )
+(LTRasterRegion)fromRectangle:(LTRasterRegionXForm*)xform
rc:(LeadRect)rc
error:(NSError**)outError;
public static RasterRegion fromRectangle( RasterRegionXForm xform, LeadRect rc )
public: static RasterRegion^ FromRectangle( RasterRegionXForm^ xform, LeadRect rc )
For more information, refer to Creating a Region.
For more information, refer to Saving A Region.
For more information, refer to Working with the Existing Region.