Applies page curl effect.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub PageCurl ( _ size As Size, _ corner As Direction, _ orientation As Orientation, _ curlColor As Color, _ backgroundColor As Color _ )
public void PageCurl( Size size, Direction corner, Orientation orientation, Color curlColor, Color backgroundColor )
Type: System.Drawing.Size
Size of the page corner to curl.Type: Aurigma.GraphicsMill.Transforms.Direction
Direction specifying a corner of the image to curl.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.