Click or drag to resize

ZebraGraphicsI Interface

Interface for all Zebra card printer graphics related tasks.

Namespace:  Zebra.Sdk.Card.Graphics
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public interface ZebraGraphicsI : IDisposable

The ZebraGraphicsI type exposes the following members.

Properties
  NameDescription
Public propertyBrightnessLevel
Sets the brightness correction level to be applied during CreateImage.
Public propertyContrastLevel
Sets the contrast correction level to be applied during CreateImage.
Public propertyGammaLevel
Sets the gamma correction level to be applied during CreateImage.
Public propertyMonochromeConverionType
Gets or Sets the monochrome conversion type to be used during CreateImage.
Public propertyPrinterModel
Gets or Sets the printer model for use when creating or processing graphic images.
Public propertySaturationLevel
Top
Methods
  NameDescription
Public methodClear
Clears the drawing surface and all user specified parameters.
Public methodClose
Releases all resources.
Public methodCreateImage
Generates the final bitmap image.
Public methodCropImage
Crops an image to the supplied dimensions.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDrawImage(Byte, Int32, Int32, Int32, Int32, RotationType)
Draws the image into the specified rectangle.
Public methodDrawImage(Byte, ImagePosition, Int32, Int32, Single, RotationType)
Draws the image at the specified image position in the rectangle.
Public methodDrawImage(Byte, Int32, Int32, Int32, Int32, Single, RotationType)
Draws the image into the specified rectangle.
Public methodExtractBlackImageData
Separates the monochrome and color data from the specified image data using the specified threshold values.
Public methodExtractHalfPanelImageData
Attempts to identify and extract the color and non-color half panel regions of the source image.
Public methodInitialize
Initializes the drawing surface.
Public methodRotateImage(Byte, RotationType)
Rotates the image by the specified rotationType.
Public methodRotateImage(Byte, Int32, Int32, RotationType)
Rotates the image by the specified rotationType and then resizes it.
Public methodSetColorScale
Sets the color scale correction values for red, green, and blue pixel values during CreateImage.
Top
See Also