'Declaration Public Overloads Shared Sub RotateImageWithAnnotations( _
ByVal imageИзображение, которое необходимо повернуть.As Vintasoft.Imaging.VintasoftImage, _
ByVal annotationsКоллекция данных аннотаций, которую следует повернуть.As AnnotationDataCollection, _
ByVal angleУгол поворота, в градусах.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
- Изображение, которое необходимо повернуть.
- annotations
- Коллекция данных аннотаций, которую следует повернуть.
- angle
- Угол поворота, в градусах.