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

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

C#
public GdPictureStatus FxTwirl(
    int ImageID, 
    Single Factor
);
Visual Basic
Public Function FxTwirl(
    ByVal ImageID As Integer, 
    ByVal Factor As Single
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Factor 
Twirl Factor between 0 and 100.  
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.