VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfRectObjectTransformer Class / SetRect(Rect) Method
Syntax Requirements SeeAlso
In This Topic
    SetRect(Rect) Method (WpfRectObjectTransformer)
    In This Topic
    Sets the new rectangle of an object in pixels.
    Syntax
    'Declaration
    
    Protected MustOverride Sub SetRect( _
    ByVal rect
    The rect to set.
    As System.Windows.Rect _
    )
    protected abstract void SetRect(
    System.Windows.Rect rect
    )
    protected: abstract void SetRect(
    System.Windows.Rect* rect
    )
    protected:
    abstract void SetRect(
    System.Windows.Rect^ rect
    )

    Parameters

    rect
    The rect to set.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also