Hide Comments
Hide Comments

TRSGPCanvas.DrawRect(TRectF,Single,Single,TRSGPCorners,Single,TRSGPPen,TRSGPCornerType) Method

Comments (0)

Draws a rectangle with customized corners on the current canvas.

DrawRect is implemented by TCanvas descendants to draw--with the current stroke specified by the    Stroke or Pen properties or with the brush specified by the ABrush parameter--the ARect rectangle with customized shapes of corners.
 

Namespace: RSGdiPlusGraphics

expandingSyntax

Parameters

ARect

Type: TRectF

Specifies the rectangle to be drawn.

XRadius

Type: Single

Specifies the distance from a corner to the start point of the customization, on horizontal sides. The maximum value of XRadius is half of the rectangle's width.

YRadius

Type: Single

Specifies the distance from a corner to the start point of the customization, on vertical sides. The maximum value of YRadius is half of the rectangle's height.

ACorners

Type: System.Void

Specifies the corners to apply the customization to. ACorners can contain a set of constants defined in the TRSCorner type: crTopLeft, crTopRight, crBottomLeft, and crBottomRight. To apply the customization to all the corners, use the AllCorners constant

AOpacity

Type: Single

Specifies the transparency of the Stroke or ABrush color.

ABrush

Type: TRSGPPen

Specifies the pen to draw the rectangle with

ACornerType

Type: System.Void

Specifies the TRSCornerType type of corner shapes' customization. It is an optional parameter with a default value of ctRound.

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb