ZebraCardGraphicsRotateImage Method (Byte, Int32, Int32, RotationType)
|
Rotates the image by the specified rotationType and then resizes it.
Namespace:
Zebra.Sdk.Card.Graphics
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax public byte[] RotateImage(
byte[] imageData,
int width,
int height,
RotationType rotationType
)
Public Function RotateImage (
imageData As Byte(),
width As Integer,
height As Integer,
rotationType As RotationType
) As Byte()
public:
virtual array<unsigned char>^ RotateImage(
array<unsigned char>^ imageData,
int width,
int height,
RotationType rotationType
) sealed
Parameters
- imageData
- Type: SystemByte
The bitmap image source data. - width
- Type: SystemInt32
The rotated image width. - height
- Type: SystemInt32
The rotated image height. - rotationType
- Type: Zebra.Sdk.Card.Graphics.EnumerationsRotationType
The rotation type.
Return Value
Type:
ByteThe rotated and resized bitmap image data.
Implements
ZebraGraphicsIRotateImage(Byte, Int32, Int32, RotationType)Exceptions See Also