AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The Scene node style. 更多...
Public 成员函数 | |
void | SetColor (ColorValue^ clr) |
void | SetColor (int r, int g, int b) |
ColorValue^ | GetColor () |
![]() | |
String^ | GetObjectClassId () |
StringList^ | ListParentClassIds () |
The Scene node style.
TODO:
ColorValue ^ AnyCAD::Platform::RenderStyle::GetColor | ( | ) |
Get Color
void AnyCAD::Platform::RenderStyle::SetColor | ( | ColorValue^ | clr | ) |
Set Color
clr | the color |
void AnyCAD::Platform::RenderStyle::SetColor | ( | int | r, |
int | g, | ||
int | b | ||
) |
Set Color
r | the red value |
g | the green value |
b | the blue value |