AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The line/edge style. 更多...
Public 成员函数 | |
void | SetLineWidth (float fWidth) |
float | GetLineWidth () |
void | SetPatternFactor (float patternFactor) |
float | GetPatternFactor () |
void | SetPatternStyle (int style) |
int | GetPatternStyle () |
![]() | |
void | SetColor (ColorValue^ clr) |
void | SetColor (int r, int g, int b) |
ColorValue^ | GetColor () |
![]() | |
String^ | GetObjectClassId () |
StringList^ | ListParentClassIds () |
The line/edge style.
TODO:
float AnyCAD::Platform::LineStyle::GetLineWidth | ( | ) |
Get Line Width
float AnyCAD::Platform::LineStyle::GetPatternFactor | ( | ) |
Get Line pattern factor.
int AnyCAD::Platform::LineStyle::GetPatternStyle | ( | ) |
Get Line pattern.
void AnyCAD::Platform::LineStyle::SetLineWidth | ( | float | fWidth | ) |
Set Line Width
fWidth | the width |
void AnyCAD::Platform::LineStyle::SetPatternFactor | ( | float | patternFactor | ) |
Set Line pattern factor.
patternFactor | the pattern factor. |
void AnyCAD::Platform::LineStyle::SetPatternStyle | ( | int | style | ) |
Set Line pattern.
style | the style pattern. |