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

TransformsProvider.PageCurl Method (SizeF)

Applies page curl effect.

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

Syntax

Visual Basic
Public Sub PageCurl ( _
	size As SizeF _
)
C#
public void PageCurl(
	SizeF size
)

Parameters

size

Type: System.Drawing.SizeF

Size of the page corner to curl.

Remarks

You can also use PageCurl class to apply this effect.

See Also

Reference