Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromRoundRectangle Method








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.
A LeadRect that specifies the bounding rectangle of the region.
Specifies the width and height of the ellipse that describes the arc of the rounded corners.
Creates a rounded rectangular raster region.
Syntax
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,
)
            
 function Leadtools.RasterRegion.FromRoundRectangle( 
   xform ,
   rc ,
   ellipse 
)
public:
static RasterRegion^ FromRoundRectangle( 
   RasterRegionXForm^ xform,
   LeadRect rc,
   LeadSize ellipse
) 

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.
rc
A LeadRect that specifies the bounding rectangle of the region.
ellipse
Specifies the width and height of the ellipse that describes the arc of the rounded corners.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

RasterRegion Class
RasterRegion Members

Error processing SSI file