VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / IDrawingCustomBrush Interface / Render(DrawingEngine,AffineMatrix,IGraphicsPath) Method
Syntax Requirements SeeAlso
In This Topic
    Render(DrawingEngine,AffineMatrix,IGraphicsPath) Method (IDrawingCustomBrush)
    In This Topic
    Renders the specified path using the specified drawing engine and this brush.
    Syntax
    'Declaration
    
    Public Sub Render( _
    ByVal drawingEngine
    The drawing engine that should render the drawing path.
    As DrawingEngine, _
    ByVal transform
    The transform that should be applied to the drawing path.
    As Vintasoft.Imaging.AffineMatrix, _
    ByVal path
    The drawing path that should be rendered.
    As IGraphicsPath _
    )

    Parameters

    drawingEngine
    The drawing engine that should render the drawing path.
    transform
    The transform that should be applied to the drawing path.
    path
    The drawing path that should be rendered.
    Requirements

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

    See Also