[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgReference.-ctor

SvgReference Constructor

SvgReference(string)

Initializes a new instance of the SvgReference class with the specified id.

Declaration
public SvgReference(string id)
Public Sub New(id As String)
Parameters
Type Name Description
string id

SvgReference(GcBitmap, bool)

Initializes a new instance of the SvgReference class with an embedded image.

Declaration
public SvgReference(GcBitmap bitmap, bool ownData)
Public Sub New(bitmap As GcBitmap, ownData As Boolean)
Parameters
Type Name Description
GcBitmap bitmap
bool ownData

SvgReference(GcSvgDocument, bool)

Initializes a new instance of the SvgReference class with an embedded SVG document.

Declaration
public SvgReference(GcSvgDocument svgDocument, bool ownData)
Public Sub New(svgDocument As GcSvgDocument, ownData As Boolean)
Parameters
Type Name Description
GcSvgDocument svgDocument
bool ownData

SvgReference(Uri)

Initializes a new instance of the SvgReference class with the specified Uri object.

Declaration
public SvgReference(Uri uri)
Public Sub New(uri As Uri)
Parameters
Type Name Description
Uri uri