ZebraGraphicsIRotateImage Method (Byte, RotationType)
|
Rotates the image by the specified rotationType.
Namespace:
Zebra.Sdk.Card.Graphics
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax byte[] RotateImage(
byte[] imageData,
RotationType rotationType
)
Function RotateImage (
imageData As Byte(),
rotationType As RotationType
) As Byte()
array<unsigned char>^ RotateImage(
array<unsigned char>^ imageData,
RotationType rotationType
)
Parameters
- imageData
- Type: SystemByte
The bitmap image source data. - rotationType
- Type: Zebra.Sdk.Card.Graphics.EnumerationsRotationType
The rotation type.
Return Value
Type:
ByteThe rotated bitmap image data.
Exceptions See Also