Draw a filled circle on a GdPicture image using a texture from a GdPicture image.
public GdPictureStatus DrawFilledCircleTextureFromGdPictureImage( int ImageID, int ImageTexture, int DstLeft, int DstTop, int Diameter, Boolean AntiAlias );
Public Function DrawFilledCircleTextureFromGdPictureImage( ByVal ImageID As Integer, ByVal ImageTexture As Integer, ByVal DstLeft As Integer, ByVal DstTop As Integer, ByVal Diameter As Integer, ByVal AntiAlias As Boolean ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
ImageTexture |
GdPicture Image Identifier. Source image used for the texture. |
|
DstLeft |
Specifies the x-coordinate of the center of the circle. |
|
DstTop |
Specifies the y-coordinate of the center of the circle. |
|
Diameter |
Diameter of the circle in pixel. |
|
AntiAlias |
Set to True to apply the Antialiasing algorithm else False. |
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.
|