ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / BoundsAdjustmentTransform Class / Create Method
The effect context
The output rectangle region used for this transformation

In This Topic
    Create Method (BoundsAdjustmentTransform)
    In This Topic
    Initializes a new instance of BoundsAdjustmentTransform class
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal context As EffectContext, _
       ByVal outputRectangle As RectL _
    ) As BoundsAdjustmentTransform

    Parameters

    context
    The effect context
    outputRectangle
    The output rectangle region used for this transformation
    See Also