Creates and initializes new PageCurl class instance. You can set all curl parameters here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ width As Integer, _ height As Integer, _ corner As Direction, _ orientation As Orientation, _ curlColor As Color, _ backgroundColor As Color _ )
public PageCurl( int width, int height, Direction corner, Orientation orientation, Color curlColor, Color backgroundColor )
Type: System.Int32
Width of the image corner to curl. You can change this value later using Width property.Type: System.Int32
Height of the image corner to curl. You can change this value later using Height property.Type: Aurigma.GraphicsMill.Transforms.Direction
Direction specifying a corner of the image to curl. You can change this value later using Corner property.Type: Aurigma.GraphicsMill.Transforms.Orientation
Orientation value that specifies orientation of the curl. You can change this value later using Orientation property.Type: Aurigma.GraphicsMill.Color
Value specifying a curl color. You can change this value later using CurlColor property.Type: Aurigma.GraphicsMill.Color
Value specifying background color for the curled image. You can change this value later using BackgroundColor property.