SVGDrawSettingsSVGToBitmapSettings Method

Translate a SVGDrawSettings object back to IDrawingParameters object

Definition

Namespace: PCBI_SVG
Assembly: PCBI_SVG_ImportExport (in PCBI_SVG_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public IDrawingParameters SVGToBitmapSettings(
	IPCBIWindow parent
)

Parameters

parent  IPCBIWindow
The parent windows of PCBI

Return Value

IDrawingParameters
IDrawingParameters object

See Also