VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / PixelManipulator Class
In This Topic
    PixelManipulator Class Methods
    In This Topic
    For a list of all methods of this type, see PixelManipulator.
    Public Methods
     NameDescription
    Public MethodCloses this PixelManipulator.
    Public Methodstatic (Shared in Visual Basic)Creates new PixelManipulator for specified image and locks pixels in BitmapLockMode.Read mode.
    Public MethodDisposes all resources used by this PixelManipulator.
    Public MethodReturns the color of the specified pixel in this PixelManipulator.
    Public MethodReturns the color of the specified pixel in this PixelManipulator.
    Public MethodLocks pixels of the source image into system memory.
    Public MethodOverloaded. Locks pixels of the source image into system memory.
    Public MethodReads the 1-bpp row to a 8-bpp buffer.
    Public MethodReads the row data into buffer.
    Public MethodReads the row data into buffer and move pointer to next row.
    Public MethodOverloaded. Reads the data of specified row.
    Public MethodOverloaded. Writes the part of row data without check of parameters for correct values.
    Public MethodSets the color of the specified pixel in this PixelManipulator.
    Public MethodSets the color of the specified pixel in this PixelManipulator.
    Public MethodReads the row data into buffer.
    Public MethodReads the row data into buffer and move pointer to next row.
    Public MethodUnlocks pixels of the source image from system memory.
    Public MethodWrites 1-bpp row from a 8-bpp buffer.
    Public MethodWrites the row data from buffer to image data.
    Public MethodOverloaded. Writes the row data from buffer to image data and move pointer to next row.
    Public MethodOverloaded. Writes the row data.
    Public MethodOverloaded. Writes the row data without check of parameters for correct values.
    Protected Methods
     NameDescription
    Protected MethodAllows a PixelManipulator to attempt to free resources and perform other cleanup operations before the PixelManipulator is reclaimed by garbage collection.
    See Also