Click or drag to resize

ZebraImageFactory Class

A factory used to acquire an instance of a ZebraImageI.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.GraphicsZebraImageFactory

Namespace:  Zebra.Sdk.Graphics
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public class ZebraImageFactory

The ZebraImageFactory type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetImage(Image)
Creates an instance of ZebraImageI from the image specified in image.
Public methodStatic memberGetImage(Stream)
Creates an instance of ZebraImageI from the image data specified in imageData
Public methodStatic memberGetImage(String)
Creates an instance of ZebraImageI from the image specified in fullPath.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also