Click or drag to resize

AnnotationDataRotate Method

Applies rotation to the annotation from its current rotation amount.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void Rotate(
	float degrees
)

Parameters

degrees
Type: SystemSingle
The amount of rotation being added to this annotation.
Remarks
This method will add additional rotation to an annotation. To set the annotation rotation to a specific amount, set the Rotation property.
See Also