Click or drag to resize

ZebraGraphics Methods

The ZebraGraphics type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the drawing surface and all user specified parameters.
(Inherited from ZebraGraphicsI.)
Public methodClose
Releases all resources.
(Inherited from ZebraGraphicsI.)
Public methodCreateImage
Generates the final bitmap image.
(Inherited from ZebraGraphicsI.)
Public methodCreateImage(String)
Generates the final bitmap image.
Public methodCropImage
Crops an image to the supplied dimensions.
(Inherited from ZebraGraphicsI.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDrawEllipse
Draws an ellipse at the specified coordinates.
Public methodDrawImage(Byte, Int32, Int32, Int32, Int32, RotationType)
Draws the image into the specified rectangle.
(Inherited from ZebraGraphicsI.)
Public methodDrawImage(Byte, ImagePosition, Int32, Int32, Single, RotationType)
Draws the image at the specified image position in the rectangle.
(Inherited from ZebraGraphicsI.)
Public methodDrawImage(Byte, Int32, Int32, Int32, Int32, Single, RotationType)
Draws the image into the specified rectangle.
(Inherited from ZebraGraphicsI.)
Public methodDrawLine
Draws a line from/to the specified coordinates.
Public methodDrawRectangle
Draws a rectangle at the specified coordinates.
Public methodDrawRoundedRectangle
Draws a round-cornered rectangle at the specified coordinates.
Public methodDrawText(String, Font, Color, Int32, Int32)
Draws the text at the specified x and y coordinates.
Public methodDrawText(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.
Public methodDrawText(String, Font, Color, Int32, Int32, Int32, Int32, Int32)
Draws the text into the specified rectangle.
Public methodDrawText(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.
Public methodDrawText(String, Font, Color, Int32, Int32, Int32, Int32, Int32, TextAlignment, TextAlignment)
Draws the text into the specified rectangle using the specified alignments.
Public methodDrawText(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.
Public methodExtractBlackImageData
Separates the monochrome and color data from the specified image data using the specified threshold values.
(Inherited from ZebraGraphicsI.)
Public methodExtractHalfPanelImageData
Attempts to identify and extract the color and non-color half panel regions of the source image.
(Inherited from ZebraGraphicsI.)
Public methodImageDataToImage
Converts image data to an Image object.
Public methodImageToImageData
Converts an image to a byte array.
Public methodInitialize(Int32, Int32, OrientationType, PrintType, NullableColor)
Initializes the drawing surface.
Public methodInitialize(Int32, Int32, OrientationType, PrintType, NullableInt32)
Initializes the drawing surface.
(Inherited from ZebraGraphicsI.)
Public methodRotateImage(Byte, RotationType)
Rotates the image by the specified rotationType.
(Inherited from ZebraGraphicsI.)
Public methodRotateImage(Byte, Int32, Int32, RotationType)
Rotates the image by the specified rotationType and then resizes it.
(Inherited from ZebraGraphicsI.)
Public methodSetColorScale
Sets the color scale correction values for red, green, and blue pixel values during CreateImage.
(Inherited from ZebraGraphicsI.)
Top
See Also