Table of Contents

Class BitmapClipper

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll
[Guid("E4FBCF03-223D-4e81-9333-D635556DD1B5")]
public class BitmapClipper : BitmapSource
Inheritance
BitmapClipper
Inherited Members

Constructors

BitmapClipper(ImagingFactory)

Initializes a new instance of the BitmapClipper class.

public BitmapClipper(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

BitmapClipper(nint)

public BitmapClipper(nint nativePtr)

Parameters

nativePtr nint

Methods

Initialize(BitmapSource, RawBox)

Initializes the bitmap clipper with the provided parameters.

public void Initialize(BitmapSource sourceRef, RawBox rectangleRef)

Parameters

sourceRef BitmapSource

he input bitmap source.

rectangleRef RawBox

The rectangle of the bitmap source to clip.

Operators

explicit operator BitmapClipper(nint)

public static explicit operator BitmapClipper(nint nativePtr)

Parameters

nativePtr nint

Returns

BitmapClipper