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

In This Topic
    _ImageSymbol Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal image As IImageInfo, _
       ByVal style As IStyle, _
       ByVal matrix As IMatrix, _
       ByVal rectangle As IRectangle _
    )
    public _ImageSymbol( 
       IImageInfo image,
       IStyle style,
       IMatrix matrix,
       IRectangle rectangle
    )

    Parameters

    image
    style
    matrix
    rectangle
    See Also