RawPixelContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstract class that acts as a data container for device-dependent pixel arrays
public abstract class RawPixelContainer
type RawPixelContainer = class
Public MustInherit Class RawPixelContainer
- Inheritance
-
RawPixelContainer
Constructors
RawPixelContainer(Byte[], Int32, Int32, Int32) |
Constructs a container with the given values |
Properties
Data |
Retrieves the raw pixels. Addressing and color format is device-dependent! |
Height |
Image Height |
Stride |
Image Stride (number of bytes per scanline) |
Width |
Image width |
Methods
Clear(Color) |
Clears the image to specific color |
SetPixel(Int32, Int32, Color) |
Sets a pixel to a specific color |