'Declaration Public Overloads Sub RotateImageWithAnnotations( _
ByVal imageThe image in the Images collection.As Vintasoft.Imaging.VintasoftImage, _
ByVal angleRotation angle, in degrees.As Single, _
ByVal borderColorColor to fill the border.As System.Drawing.Color _
)
public void RotateImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage image,
float angle,
System.Drawing.Color borderColor
)
public: void RotateImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage* image,
float angle,
System.Drawing.Color* borderColor
)
public:
void RotateImageWithAnnotations(
Vintasoft.Imaging.VintasoftImage^ image,
float angle,
System.Drawing.Color^ borderColor
)
Parameters
- image
- The image in the Images collection.
- angle
- Rotation angle, in degrees.
- borderColor
- Color to fill the border.