←Select platform

FromRoundRectangle Method

Summary

Creates a rounded rectangular raster region.

Syntax
C#
VB
C++
Java
public static RasterRegion FromRoundRectangle( 
   RasterRegionXForm xform, 
   LeadRect rc, 
   LeadSize ellipse 
) 
Public Shared Function FromRoundRectangle( _ 
   ByVal xform As RasterRegionXForm, _ 
   ByVal rc As LeadRect, _ 
   ByVal ellipse As LeadSize _ 
) As RasterRegion 
public static RasterRegion fromRoundRectangle( 
  RasterRegionXForm xform, 
  LeadRect rc, 
  LeadPoint 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

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

Leadtools Assembly