 | PdfPageObjectRotate(Single, Boolean) Method |
Rotate counterclockwise the specified number of radians around the center of the page object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void Rotate(
float rad,
bool affectClippingPath = true
)
Public Sub Rotate (
rad As Single,
Optional affectClippingPath As Boolean = true
)
public:
void Rotate(
float rad,
bool affectClippingPath = true
)
member Rotate :
rad : float32 *
?affectClippingPath : bool
(* Defaults:
let _affectClippingPath = defaultArg affectClippingPath true
*)
-> unit public void Rotate(
float rad,
boolean affectClippingPath = true
)
function Rotate(rad, affectClippingPath);
Parameters
- rad Single
- Radians by which to rotate the page object.
- affectClippingPath Boolean (Optional)
- A flag indicating that the transformation must also be applied to the clipping path.
See Also