DrawFilledCircleTextureFromFile Method (GdPictureImaging)
Draws a filled circle on a GdPicture image using a texture from a file.
public GdPictureStatus DrawFilledCircleTextureFromFile(
int ,
string ,
int ,
int ,
int ,
bool
)
public function DrawFilledCircleTextureFromFile(
: Integer;
: String;
: Integer;
: Integer;
: Integer;
: Boolean
): GdPictureStatus;
public function DrawFilledCircleTextureFromFile(
: int,
: String,
: int,
: int,
: int,
: boolean
) : GdPictureStatus;
public: GdPictureStatus DrawFilledCircleTextureFromFile(
int ,
string* ,
int ,
int ,
int ,
bool
)
public:
GdPictureStatus DrawFilledCircleTextureFromFile(
int ,
String^ ,
int ,
int ,
int ,
bool
)
'Declaration
Public Function DrawFilledCircleTextureFromFile( _
ByVal As Integer, _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
) As GdPictureStatus
Parameters
- ImageID
- GdPicture image identifier.
- TextureFilePath
- The texture source file path. Can be an empty string. If empty, prompts the
user to select a file. You can subsequently use the GetLastPath() method to retrieve the path of the selected file.
- 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.
Return Value
A member of the GdPictureStatus enumeration.