Table of Contents

Class XBitmapImage

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Defines a pixel-based bitmap image.

public sealed class XBitmapImage : XBitmapSource, IDisposable
Inheritance
XBitmapImage
Implements
Inherited Members

Methods

CreateBitmap(int, int)

Creates a default 24-bit ARGB bitmap with the specified pixel size.

public static XBitmapSource CreateBitmap(int width, int height)

Parameters

width int
height int

Returns

XBitmapSource