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 : FromRoundRectangle Method |
public static RasterRegion FromRoundRectangle( RasterRegionXForm xform, LeadRect rc, LeadSize ellipse )
'Declaration
Public Shared Function FromRoundRectangle( _ ByVal xform As RasterRegionXForm, _ ByVal rc As LeadRect, _ ByVal ellipse As LeadSize _ ) As RasterRegion
'Usage
Dim xform As RasterRegionXForm Dim rc As LeadRect Dim ellipse As LeadSize Dim value As RasterRegion value = RasterRegion.FromRoundRectangle(xform, rc, ellipse)
public static RasterRegion FromRoundRectangle( RasterRegionXForm xform, LeadRect rc, LeadSize ellipse )
public static RasterRegion fromRoundRectangle( RasterRegionXForm xform, LeadRect rc, LeadPoint ellipse, )
public: static RasterRegion^ FromRoundRectangle( RasterRegionXForm^ xform, LeadRect rc, LeadSize ellipse )
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.