'Declaration Public Overloads Shared Sub RotateImageWithAnnotations( _
ByVal imageThe image that should be rotated.As Vintasoft.Imaging.VintasoftImage, _
ByVal annotationsThe annotation data collection that should be rotated.As AnnotationDataCollection, _
ByVal angleRotation angle, in degrees.As Single _
)
public static void RotateImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage image,
AnnotationDataCollection annotations,
float angle
)
public: static void RotateImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage* image,
AnnotationDataCollection* annotations,
float angle
)
public:
static void RotateImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage^ image,
AnnotationDataCollection^ annotations,
float angle
)
Parameters
- image
- The image that should be rotated.
- annotations
- The annotation data collection that should be rotated.
- angle
- Rotation angle, in degrees.