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 : FromEllipse Method |
public static RasterRegion FromEllipse( RasterRegionXForm xform, LeadRect rc )
'Declaration
Public Shared Function FromEllipse( _ 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.FromEllipse(xform, rc)
public static RasterRegion FromEllipse( RasterRegionXForm xform, LeadRect rc )
+(LTRasterRegion)fromEllipse:(LTRasterRegionXForm*)xform
rc:(LeadRect)rc
error:(NSError**)outError;
public static RasterRegion fromEllipse( RasterRegionXForm xform, LeadRect rc )
public: static RasterRegion^ FromEllipse( 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.