ZebraGraphicsI Interface |
Namespace: Zebra.Sdk.Card.Graphics
The ZebraGraphicsI type exposes the following members.
Name | Description | |
---|---|---|
![]() | BrightnessLevel |
Sets the brightness correction level to be applied during CreateImage.
|
![]() | ContrastLevel |
Sets the contrast correction level to be applied during CreateImage.
|
![]() | GammaLevel |
Sets the gamma correction level to be applied during CreateImage.
|
![]() | MonochromeConverionType |
Gets or Sets the monochrome conversion type to be used during CreateImage.
|
![]() | PrinterModel |
Gets or Sets the printer model for use when creating or processing graphic images.
|
![]() | SaturationLevel |
Sets the saturation level to be applied during CreateImage.
|
Name | Description | |
---|---|---|
![]() | Clear |
Clears the drawing surface and all user specified parameters.
|
![]() | Close |
Releases all resources.
|
![]() | CreateImage |
Generates the final bitmap image.
|
![]() | CropImage |
Crops an image to the supplied dimensions.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | DrawImage(Byte, Int32, Int32, Int32, Int32, RotationType) |
Draws the image into the specified rectangle.
|
![]() | DrawImage(Byte, ImagePosition, Int32, Int32, Single, RotationType) |
Draws the image at the specified image position in the rectangle.
|
![]() | DrawImage(Byte, Int32, Int32, Int32, Int32, Single, RotationType) |
Draws the image into the specified rectangle.
|
![]() | ExtractBlackImageData |
Separates the monochrome and color data from the specified image data using the specified threshold values.
|
![]() | ExtractHalfPanelImageData |
Attempts to identify and extract the color and non-color half panel regions of the source image.
|
![]() | Initialize |
Initializes the drawing surface.
|
![]() | RotateImage(Byte, RotationType) |
Rotates the image by the specified rotationType.
|
![]() | RotateImage(Byte, Int32, Int32, RotationType) |
Rotates the image by the specified rotationType and then resizes it.
|
![]() | SetColorScale |
Sets the color scale correction values for red, green, and blue pixel values during CreateImage.
|