GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / FxTwirl Method
GdPicture image identifier.
Twirl Factor between 0 and 100.





In This Topic
FxTwirl Method (GdPictureImaging)
In This Topic
Performs a twirl effect on a GdPicture image or on an area of a GdPicture image defined by SetROI() method.
Syntax
'Declaration
 
Public Function FxTwirl( _
   ByVal ImageID As Integer, _
   ByVal Factor As Single _
) As GdPictureStatus
 

Parameters

ImageID
GdPicture image identifier.
Factor
Twirl Factor between 0 and 100.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
This method is used in the "Image Processing" Demo.
See Also