Click or drag to resize

ZebraGraphicsI Methods

The ZebraGraphicsI type exposes the following members.

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