PageGraphicElementRotate Method
Rotates the coordinate system axes clockwise by the specified angle before rendering the element.
The coordinates of the element are relative to the rotated coordinates system.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void Rotate(
float rotateAngle
)
Public Sub Rotate (
rotateAngle As Single
)
public:
void Rotate(
float rotateAngle
)
member Rotate :
rotateAngle : float32 -> unit
Parameters
- rotateAngle Single
- The angle of the rotation in degrees.
For text rotation use the TextAngle property of the TextElement.