[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.BoundsAdjustmentTransform

BoundsAdjustmentTransform Class

ID2D1BoundsAdjustmentTransform

Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("90f732e2-5092-4606-a819-8651970baccd")]
public class BoundsAdjustmentTransform : TransformNodeNative, IUnknown, TransformNode, ICallbackable, IDisposable

Constructors

Name Description
BoundsAdjustmentTransform(IntPtr)

Initializes a new instance of the BoundsAdjustmentTransform class.

Methods

Name Description
Create(EffectContext, RectL)

Initializes a new instance of BoundsAdjustmentTransform class

GetOutputBounds(out RectL)

void ID2D1BoundsAdjustmentTransform::GetOutputBounds([Out] RECT* outputBounds)

SetOutputBounds(RectL)

void ID2D1BoundsAdjustmentTransform::SetOutputBounds([In] const RECT* outputBounds)

Operators

Name Description
explicit operator BoundsAdjustmentTransform(IntPtr)

Performs an explicit conversion from IntPtr to BoundsAdjustmentTransform.