ZebraCardGraphicsDrawImage Method (Byte, ImagePosition, Int32, Int32, Single, RotationType)
             | 
          
        
         
            Draws the image at the specified image position in the rectangle.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxpublic void DrawImage(
	byte[] imageData,
	ImagePosition position,
	int width,
	int height,
	float transparency,
	RotationType rotationType
)
Public Sub DrawImage ( 
	imageData As Byte(),
	position As ImagePosition,
	width As Integer,
	height As Integer,
	transparency As Single,
	rotationType As RotationType
)
public:
virtual void DrawImage(
	array<unsigned char>^ imageData, 
	ImagePosition position, 
	int width, 
	int height, 
	float transparency, 
	RotationType rotationType
) sealed
Parameters
- imageData
 - Type: SystemByte
The bitmap image data. - position
 - Type: Zebra.Sdk.Card.Graphics.EnumerationsImagePosition
The position of the image in the rectangle. - width
 - Type: SystemInt32
The width of the rectangle. - height
 - Type: SystemInt32
The height of the rectangle. - transparency
 - Type: SystemSingle
The transparency level. - rotationType
 - Type: Zebra.Sdk.Card.Graphics.EnumerationsRotationType
The rotation type for the image. 
Implements
ZebraGraphicsIDrawImage(Byte, ImagePosition, Int32, Int32, Single, RotationType)
Exceptions
See Also