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

PageCurl Constructor (Int32, Int32)

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 ( _
	width As Integer, _
	height As Integer _
)
C#
public PageCurl(
	int width,
	int height
)

Parameters

width

Type: System.Int32

Width of the image corner to curl. You can change this value later using Width property.
height

Type: System.Int32

Height of the image corner to curl. You can change this value later using Height property.

See Also

Reference