ZebraCardGraphics Class |
Namespace: Zebra.Sdk.Card.Graphics
The ZebraCardGraphics type exposes the following members.
Name | Description | |
---|---|---|
ZebraCardGraphics |
Public Constructor to construct the ZebraCardGraphics object.
|
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.
| |
SmoothingMode |
Gets or sets the quality of the graphics rendering.
| |
TextContrast |
Gets or sets the gamma correction level used for rendering text.
| |
TextRenderingHint |
Gets or sets the quality of the text rendering.
|
Name | Description | |
---|---|---|
Clear |
Clears the drawing surface and all user specified parameters.
| |
Close |
Releases all resources.
| |
ColorFromInteger |
Converts a valid ARGB integer value to a Color object.
| |
CreateImage |
Generates the final bitmap image.
| |
CreateImage(String) |
Generates the final bitmap image.
| |
CropImage |
Crops an image to the supplied dimensions.
| |
Dispose |
Releases all resources.
| |
DrawEllipse |
Draws an ellipse at the specified coordinates.
| |
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.
| |
DrawLine |
Draws a line from/to the specified coordinates.
| |
DrawRectangle |
Draws a rectangle at the specified coordinates.
| |
DrawRoundedRectangle |
Draws a round-cornered rectangle at the specified coordinates.
| |
DrawText(String, Font, Color, Int32, Int32) |
Draws the text at the specified x and y coordinates.
| |
DrawText(String, Font, Color, Int32, Int32, Int32) |
Draws the text at the specified x and y coordinates and center rotates the text to the specified angle.
| |
DrawText(String, Font, Color, Int32, Int32, Int32, Int32, Int32) |
Draws the text into the specified rectangle.
| |
DrawText(String, Font, Color, Int32, Int32, Int32, Int32, Int32, Boolean) |
Draws the text into the specified rectangle, optionally reducing the size of the font to fit the specified rectangle.
| |
DrawText(String, Font, Color, Int32, Int32, Int32, Int32, Int32, TextAlignment, TextAlignment) |
Draws the text into the specified rectangle using the specified alignments.
| |
DrawText(String, Font, Color, Int32, Int32, Int32, Int32, Int32, TextAlignment, TextAlignment, Boolean) |
Draws the text into the specified rectangle using the specified alignments, optionally reducing the size of the font to fit the specified rectangle.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ImageDataToImage |
Converts image data to an Image object.
| |
ImageToImageData |
Converts an image to a byte array.
| |
Initialize(Int32, Int32, OrientationType, PrintType, NullableColor) |
Initializes the drawing surface.
| |
Initialize(Int32, Int32, OrientationType, PrintType, NullableInt32) |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |