BitmapImage Class

Definition

Namespace: P1.ImageSdk

An in-memory bitmap image, represented using a defined pixel format, width and height More…

public class BitmapImage :  P1::ImageSdk::BitmapBase

Remarks

An in-memory bitmap image, represented using a defined pixel format, width and height

Properties

Stride

The memory span between each horizontal line in the image. Normally the pixel size multiplied by the width.

Format

Width

Height

BitsPerSample

SamplesPerPixel

SourceCrop

Methods

DebugPrint()

GetIntPtr()

Get a IntPtr to the byte[] buffer with the image data