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

PageCurl Constructor

Creates and initializes new PageCurl class instance.

Overload List

Name Description
Public method PageCurl()

Creates and initializes new PageCurl class instance.

Public method PageCurl(Size)

Creates and initializes new PageCurl class instance. You can set curl width and height here.

Public method PageCurl(SizeF)

Creates and initializes new PageCurl class instance. You can set curl width and height here.

Public method PageCurl(Int32, Int32)

Creates and initializes new PageCurl class instance. You can set curl width and height here.

Public method PageCurl(Single, Single)

Creates and initializes new PageCurl class instance. You can set curl width and height here.

Public method PageCurl(Size, Direction, Orientation, Color, Color)

Creates and initializes new PageCurl class instance. You can set all curl parameters here.

Public method PageCurl(SizeF, Direction, Orientation, Color, Color)

Creates and initializes new PageCurl class instance. You can set all curl parameters here.

Public method PageCurl(Int32, Int32, Direction, Orientation, Color, Color)

Creates and initializes new PageCurl class instance. You can set all curl parameters here.

Public method PageCurl(Single, Single, Direction, Orientation, Color, Color)

Creates and initializes new PageCurl class instance. You can set all curl parameters here.

See Also

Reference