ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _TextRenderEngineElement Class / _TextRenderEngineElement Constructor

In This Topic
    _TextRenderEngineElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As IRenderEngineElementParent, _
       ByVal s As String, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal style As IStyle, _
       ByVal clipping As IRegion, _
       ByVal transform As IMatrix _
    )
    public _TextRenderEngineElement( 
       IRenderEngineElementParent parent,
       string s,
       double x,
       double y,
       IStyle style,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    parent
    s
    x
    y
    style
    clipping
    transform
    See Also