This documentation is for the old version. Go to the latest Graphics Mill docs

PageCurl Constructor (Size)

Creates and initializes new PageCurl class instance. You can set curl width and height here.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	size As Size _
)
C#
public PageCurl(
	Size size
)

Parameters

size

Type: System.Drawing.Size

Size of the image corner to curl. You can change it later using Width and Height properties.

See Also

Reference