ImagePosition Enumeration
|
Specifies the location of where the image is to be drawn relative to its layout rectangle.
Namespace:
Zebra.Sdk.Card.Graphics.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public enum ImagePosition
Public Enumeration ImagePosition
public enum class ImagePosition
Members
| Member name | Value | Description |
---|
| UpperLeft | 0 |
Upper left hand corner of drawing surface.
|
| LowerLeft | 1 |
Lower left hand corner of drawing surface.
|
| UpperRight | 2 |
Upper right hand corner of drawing surface.
|
| LowerRight | 3 |
Lower right hand corner of drawing surface.
|
| Centered | 4 |
Center of drawing surface.
|
See Also