'Declaration Public Overloads Sub RotateImageWithAnnotations( _
ByVal indexIndex of image in the Images collection.As System.Int32, _
ByVal angleRotation angle, in degrees.As Single, _
ByVal borderColorColor to fill the border.As System.Drawing.Color _
)
public void RotateImageWithAnnotations(
System.Int32 index,
float angle,
System.Drawing.Color borderColor
)
public: void RotateImageWithAnnotations(
System.Int32 index,
float angle,
System.Drawing.Color* borderColor
)
public:
void RotateImageWithAnnotations(
System.Int32 index,
float angle,
System.Drawing.Color^ borderColor
)
Parameters
- index
- Index of image in the Images collection.
- angle
- Rotation angle, in degrees.
- borderColor
- Color to fill the border.