[]
ID2D1BoundsAdjustmentTransform
[Guid("90f732e2-5092-4606-a819-8651970baccd")]
public class BoundsAdjustmentTransform : TransformNodeNative, IUnknown, TransformNode, ICallbackable, IDisposable
Name | Description |
---|---|
BoundsAdjustmentTransform(IntPtr) | Initializes a new instance of the BoundsAdjustmentTransform class. |
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) |
Name | Description |
---|---|
explicit operator BoundsAdjustmentTransform(IntPtr) | Performs an explicit conversion from IntPtr to BoundsAdjustmentTransform. |