ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / EffectContext Class / CreateBoundsAdjustmentTransform Method

In This Topic
    CreateBoundsAdjustmentTransform Method
    In This Topic
    HRESULT ID2D1EffectContext::CreateBoundsAdjustmentTransform([In] const RECT* outputRectangle,[Out, Fast] ID2D1BoundsAdjustmentTransform** transform)
    Syntax
    'Declaration
     
    Public Function CreateBoundsAdjustmentTransform( _
       ByVal outputRectangle As RectL _
    ) As BoundsAdjustmentTransform
    public BoundsAdjustmentTransform CreateBoundsAdjustmentTransform( 
       RectL outputRectangle
    )

    Parameters

    outputRectangle
    See Also