'Declaration
Public Function FxHalo( _ ByVal ImageID As Integer, _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Radius As Integer _ ) As GdPictureStatus
public GdPictureStatus FxHalo( int ImageID, int Left, int Top, int Radius )
public function FxHalo( ImageID: Integer; Left: Integer; Top: Integer; Radius: Integer ): GdPictureStatus;
public function FxHalo( ImageID : int, Left : int, Top : int, Radius : int ) : GdPictureStatus;
public: GdPictureStatus FxHalo( int ImageID, int Left, int Top, int Radius )
public: GdPictureStatus FxHalo( int ImageID, int Left, int Top, int Radius )
Parameters
- ImageID
- GdPicture image identifier.
- Left
- The left destination of the halo.
- Top
- The top destination of the halo.
- Radius
- The halo radius.
Return Value
A member of the GdPictureStatus enumeration.