[]
Initializes a new instance of the SvgReference class with the specified id.
public SvgReference(string id)
Public Sub New(id As String)
| Type | Name | Description |
|---|---|---|
| string | id |
Initializes a new instance of the SvgReference class with an embedded image.
public SvgReference(GcBitmap bitmap, bool ownData)
Public Sub New(bitmap As GcBitmap, ownData As Boolean)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bitmap | |
| bool | ownData |
Initializes a new instance of the SvgReference class with an embedded SVG document.
public SvgReference(GcSvgDocument svgDocument, bool ownData)
Public Sub New(svgDocument As GcSvgDocument, ownData As Boolean)
| Type | Name | Description |
|---|---|---|
| GcSvgDocument | svgDocument | |
| bool | ownData |
Initializes a new instance of the SvgReference class with the specified Uri object.
public SvgReference(Uri uri)
Public Sub New(uri As Uri)
| Type | Name | Description |
|---|---|---|
| Uri | uri |