![]() |
pCon.planner Plugin SDK
Version 8.9
|
Public Member Functions | |
void | Save (System::IO::Stream^ pStream, VectorImageFormat pFormat) |
Saves the vector image to a stream in the specified format. More... | |
void | Save (String^ pFileName, VectorImageFormat pFormat) |
Saves the vector image to a file in the specified format. More... | |
void | SaveDwg (String^ pFileName, DocumentFileType pType, DocumentFileFormat pVersion) |
Saves the vector image to a file in dwg format. More... | |
Properties | |
Color | DefaultLineColor |
Default line color is used for lines without individual line style. More... | |
double | DefaultLineWidth |
Default line width is used for lines without individual line style. More... | |
bool | OverrideLineColor |
Override individual line color with default. More... | |
bool | OverrideLineWidth |
Override individual line width with default. More... | |
Vector Image.
void X3g::Plugin::IVectorImage::Save | ( | System::IO::Stream^ | pStream, |
VectorImageFormat | pFormat | ||
) |
Saves the vector image to a stream in the specified format.
void X3g::Plugin::IVectorImage::Save | ( | String^ | pFileName, |
VectorImageFormat | pFormat | ||
) |
Saves the vector image to a file in the specified format.
void X3g::Plugin::IVectorImage::SaveDwg | ( | String^ | pFileName, |
DocumentFileType | pType, | ||
DocumentFileFormat | pVersion | ||
) |
Saves the vector image to a file in dwg format.
Color X3g::Plugin::IVectorImage::DefaultLineColor |
Default line color is used for lines without individual line style.
double X3g::Plugin::IVectorImage::DefaultLineWidth |
Default line width is used for lines without individual line style.
bool X3g::Plugin::IVectorImage::OverrideLineColor |
Override individual line color with default.
bool X3g::Plugin::IVectorImage::OverrideLineWidth |
Override individual line width with default.