RawPixelContainer Class

Definition

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

Applies to