Creates and initializes new PageCurl class instance.
Name | Description | |
---|---|---|
PageCurl() |
Creates and initializes new PageCurl class instance. |
|
PageCurl(Size) |
Creates and initializes new PageCurl class instance. You can set curl width and height here. |
|
PageCurl(SizeF) |
Creates and initializes new PageCurl class instance. You can set curl width and height here. |
|
PageCurl(Int32, Int32) |
Creates and initializes new PageCurl class instance. You can set curl width and height here. |
|
PageCurl(Single, Single) |
Creates and initializes new PageCurl class instance. You can set curl width and height here. |
|
PageCurl(Size, Direction, Orientation, Color, Color) |
Creates and initializes new PageCurl class instance. You can set all curl parameters here. |
|
PageCurl(SizeF, Direction, Orientation, Color, Color) |
Creates and initializes new PageCurl class instance. You can set all curl parameters here. |
|
PageCurl(Int32, Int32, Direction, Orientation, Color, Color) |
Creates and initializes new PageCurl class instance. You can set all curl parameters here. |
|
PageCurl(Single, Single, Direction, Orientation, Color, Color) |
Creates and initializes new PageCurl class instance. You can set all curl parameters here. |