Table of Contents

Class Transform3D

Namespace
SharpDX.Direct2D1.Effects
Assembly
SharpDX.Direct2D1.dll

Built in Transform3D effect.

public class Transform3D : Effect
Inheritance
Transform3D
Inherited Members

Constructors

Transform3D(DeviceContext)

Initializes a new instance of Transform3D effect.

public Transform3D(DeviceContext context)

Parameters

context DeviceContext

Properties

BorderMode

The mode used to calculate the border of the image, soft or hard. See BorderMode modes for more info.

public BorderMode BorderMode { get; set; }

Property Value

BorderMode

InterpolationMode

The interpolation mode used to scale the image. There are 6 scale modes that range in quality and speed. If you don't select a mode, the effect uses the interpolation mode of the device context. See InterpolationMode for more info.

public InterpolationMode InterpolationMode { get; set; }

Property Value

InterpolationMode

TransformMatrix

A 4x4 transform matrix applied to the projection plane.

public RawMatrix TransformMatrix { get; set; }

Property Value

RawMatrix