[]
ID2D1BoundsAdjustmentTransform
[Guid("90f732e2-5092-4606-a819-8651970baccd")]
public class BoundsAdjustmentTransform : TransformNodeNative, IUnknown, ITransformNode, ICallbackable, IDisposable
Initializes a new instance of the BoundsAdjustmentTransform class.
public BoundsAdjustmentTransform(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Initializes a new instance of BoundsAdjustmentTransform class
public static BoundsAdjustmentTransform Create(EffectContext context, RectL outputRectangle)
context
EffectContextThe effect context
outputRectangle
RectLThe output rectangle region used for this transformation
void ID2D1BoundsAdjustmentTransform::GetOutputBounds([Out] RECT* outputBounds)
public void GetOutputBounds(out RectL outputBounds)
outputBounds
RectLvoid ID2D1BoundsAdjustmentTransform::SetOutputBounds([In] const RECT* outputBounds)
public void SetOutputBounds(RectL outputBounds)
outputBounds
RectLPerforms an explicit conversion from System.IntPtr to BoundsAdjustmentTransform.
public static explicit operator BoundsAdjustmentTransform(IntPtr nativePointer)
nativePointer
System.IntPtr