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

PageCurl Constructor (Single, Single)

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

Parameters

width

Type: System.Single

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

Type: System.Single

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

See Also

Reference