SvgReference Constructor(GcBitmap,Boolean)
In This Topic
Initializes a new instance of the
SvgReference class with an embedded image.
Syntax
'Declaration
Public Function New( _
ByVal As GcBitmap, _
ByVal As System.Boolean _
)
public SvgReference(
GcBitmap ,
System.bool
)
Parameters
- bitmap
- ownData
See Also