AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The point style. 更多...
Public 成员函数 | |
void | SetPointSize (float pointSize) |
float | GetPointSize () |
void | SetMarker (String^ name) |
String^ | GetMarker () |
![]() | |
void | SetColor (ColorValue^ clr) |
void | SetColor (int r, int g, int b) |
ColorValue^ | GetColor () |
![]() | |
String^ | GetObjectClassId () |
StringList^ | ListParentClassIds () |
The point style.
TODO:
String ^ AnyCAD::Platform::PointStyle::GetMarker | ( | ) |
Get the marker. Default is empty.
float AnyCAD::Platform::PointStyle::GetPointSize | ( | ) |
Get Line Width
void AnyCAD::Platform::PointStyle::SetMarker | ( | String^ | name | ) |
Set the marker
name | the marker name |
void AnyCAD::Platform::PointStyle::SetPointSize | ( | float | pointSize | ) |
Set Point Size
pointSize | the point size |