See Also Examples Applies To
Rotates the native GdPicture image from the center with a custom angle and custom back color kepping the originals width and height of the picture.
Syntax
object.RotateAnglePreserveDimentionsCenterBackColor (nAngle, nBackColor)
The RotateAnglePreserveDimentionsCenterBackColor syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nAngle | Required. Single. Angle of rotation in degres. |
| nBackColor | Required. Long. 32-bit Color (ARGB) of the back color. |
Returns
Long. GdPictureStatus
Category
Resize and Rotate