VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / PixelManipulator Class
Properties Methods SeeAlso
In This Topic
    PixelManipulator Class Members
    In This Topic
    The following tables list the members exposed by PixelManipulator.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the end of image data is arrived (for serial access).
    Public PropertyGets the source image of this pixel manipulator.
    Public PropertyGets the pixel format for locked pixels.
    Public PropertyGets the locked rectangle on the image.
    Public PropertyGets a row width, in bytes.
    Public PropertyGets the address of the first pixel data in the bitmap.
    Public PropertyGets or sets buffer that used for the serial access.
    Public PropertyGets the stride width (also called scan width), in bytes, of the locked image region.
    Public PropertyGets the absolute value of stride width (also called scan width), in bytes, of the locked image region.
    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