ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / DrawSvg Method

In This Topic
    DrawSvg Method (DrawCanvas)
    In This Topic
    DrawSvg
    Syntax
    'Declaration
     
    Public Sub DrawSvg( _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal svg As String _
    ) 
    public void DrawSvg( 
       float left,
       float top,
       float width,
       float height,
       string svg
    )

    Parameters

    left
    top
    width
    height
    svg
    See Also