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

In This Topic
    _ImageRenderEngineElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As IRenderEngineElementParent, _
       ByVal image As IImageInfo, _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal style As IStyle, _
       ByVal clipping As IRegion, _
       ByVal transform As IMatrix _
    )
    public _ImageRenderEngineElement( 
       IRenderEngineElementParent parent,
       IImageInfo image,
       double left,
       double top,
       double width,
       double height,
       IStyle style,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    parent
    image
    left
    top
    width
    height
    style
    clipping
    transform
    See Also