You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Drawing (Shapes) > DrawFilledRoundedRectangle Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.DrawFilledRoundedRectangle Method

Draws a filled and rounded rectangle on a GdPicture image.

C#
public GdPictureStatus DrawFilledRoundedRectangle(
    int ImageID, 
    int DstLeft, 
    int DstTop, 
    int Width, 
    int Height, 
    Single Radius, 
    Color FillColor, 
    Boolean AntiAlias
);
Visual Basic
Public Function DrawFilledRoundedRectangle(
    ByVal ImageID As Integer, 
    ByVal DstLeft As Integer, 
    ByVal DstTop As Integer, 
    ByVal Width As Integer, 
    ByVal Height As Integer, 
    ByVal Radius As Single, 
    ByVal FillColor As Color, 
    ByVal AntiAlias As Boolean
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
DstLeft 
Specifies the x-coordinate of the upper-left corner of the rectangle.  
DstTop 
Specifies the y-coordinate of the upper-left corner of the rectangle.  
Width 
Specifies the width of the rectangle.  
Height 
Specifies the height of the rectangle.  
Radius 
Radius value between 0 and 90.  
FillColor 
Color Object. You can build a Color Object using the ARGB() function. Color used to fill the circle.  
AntiAlias 
Set to True to apply the Antialiasing algorithm else False.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.