VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / SetDrawingPropertiesFrom Methods / SetDrawingPropertiesFrom(RenderingSettings) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SetDrawingPropertiesFrom(RenderingSettings) Method (DrawingEngine)
    In This Topic
    Sets the drawing properties of this drawing engine from the specified rendering settings.
    Syntax
    'Declaration
    
    Public Overloads Overridable Sub SetDrawingPropertiesFrom( _
    ByVal renderingSettings
    The rendering settings.
    As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings _
    )

    Parameters

    renderingSettings
    The rendering settings.
    Remarks

    This method sets values of the following properties:

    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