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

TransformsProvider.PageCurl Method (Int32, Int32)

Applies page curl effect.

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

Syntax

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

Parameters

width

Type: System.Int32

Width of the page corner to curl.
height

Type: System.Int32

Height of the page corner to curl.

Remarks

You can also use PageCurl class to apply this effect.

Examples

Visual Basic
bitmap.Transforms.PageCurl(100, 100)
C#
bitmap.Transforms.PageCurl(100, 100);

See Also

Reference