VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class
In This Topic
    VintasoftImage Class Methods
    In This Topic
    For a list of all methods of this type, see VintasoftImage.
    Public Methods
     NameDescription
    Public MethodClears the image and fills it with the specified color.
    Public MethodClears cache of this VintasoftImage object.
    Public MethodCreates a new VintasoftImage that is a copy of the current instance.
    Public MethodCloses the previously opened PixelManipulator and generates the Changed event if necessary.
    Public Methodstatic (Shared in Visual Basic)Compares image data of two VintasoftImage objects.
    Public MethodConverts this image to the color image (PixelFormat.Bgr24).
    Public MethodConverts this image to the color image (PixelFormat.Bgra32).
    Public MethodConverts this image to the black-white image (1-bpp pixel format).
    Public MethodConverts this image to the gray image (8-bpp pixel format).
    Public MethodConverts this image to the color image (32-bpp pixel format).
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new instance of class.
    Public MethodCreates a new VintasoftImage that is a copy of current instance.
    Public MethodCreates the drawing engine on this image.
    Public Methodstatic (Shared in Visual Basic)Creates a new image that is based on the decoder of the source image.
    Public Methodstatic (Shared in Visual Basic)Creates a new array of images that based on decoders of source images.
    Public MethodCrops this image by the specified rectangle.
    Public MethodReleases all resources used by this VintasoftImage object.
    Public MethodFlips this image.
    Public MethodOverloaded. Returns a associated with this object.
    Public MethodOverloaded. Returns image information for current rendering settings. Method uses rendering settings specified by property and decoding settings specified by property.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodReturns the color of the specified pixel in this VintasoftImage.
    Public MethodReturns the color of the specified pixel in this VintasoftImage.
    Public MethodOverloaded. Returns a thumbnail for image associated with this object.
    Public MethodInverts colors of this image.
    Public MethodReturns a value indicating whether source bitmap is loaded.
    Public MethodCreates new PixelManipulator for this image.
    Public MethodOverloaded. Reloads the from the source.
    Public MethodResizes this image.
    Public MethodRotates this image at the specified angle.
    Public MethodOverloaded. Saves this object to the specified stream using specified encoder.
    Public MethodOverloaded. Sets an image of the from the object.
    Public MethodSets a string that describes an error occured during loading of image.
    Public MethodSets the color of the specified pixel in this PixelManipulator.
    Public MethodSets the color of the specified pixel in this VintasoftImage.
    Public MethodTries to dispose this VintasoftImage object.
    See Also