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

TransformsProvider.PageCurl Method (Single, Single)

Applies page curl effect.

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

Syntax

Visual Basic
Public Sub PageCurl ( _
	width As Single, _
	height As Single _
)
C#
public void PageCurl(
	float width,
	float height
)

Parameters

width

Type: System.Single

Width of the page corner to curl.
height

Type: System.Single

Height of the page corner to curl.

Remarks

You can also use PageCurl class to apply this effect.

See Also

Reference