You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Effects and Filters > FxHalo Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.FxHalo Method

Performs a halo effect on a GdPicture image or into an area of a GdPicture image defined by SetROI() function.

C#
public GdPictureStatus FxHalo(
    int ImageID, 
    int Left, 
    int Top, 
    int Radius
);
Visual Basic
Public Function FxHalo(
    ByVal ImageID As Integer, 
    ByVal Left As Integer, 
    ByVal Top As Integer, 
    ByVal Radius As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Left 
The left destination of the halo.  
Top 
The top destination of the halo.  
Radius 
The halo radius.  
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.