AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The Text Node -since R2014UR1. 更多...
The Text Node -since R2014UR1.
TODO:
String ^ AnyCAD::Platform::TextNode::GetFontName | ( | ) |
Get font.
Vector2 ^ AnyCAD::Platform::TextNode::GetOffset | ( | ) |
Get offset.
Vector3 ^ AnyCAD::Platform::TextNode::GetPosition | ( | ) |
Get Position.
String ^ AnyCAD::Platform::TextNode::GetText | ( | ) |
Get Text.
ColorValue ^ AnyCAD::Platform::TextNode::GetTextColor | ( | ) |
Get the text color.
void AnyCAD::Platform::TextNode::SetFontName | ( | String^ | fontName | ) |
Set font.
fontName | the font name |
void AnyCAD::Platform::TextNode::SetOffset | ( | Vector2^ | offset | ) |
Set offset.
offset | the text offset |
void AnyCAD::Platform::TextNode::SetPosition | ( | Vector3^ | pos | ) |
Set Position.
pos | the text position |
void AnyCAD::Platform::TextNode::SetText | ( | String^ | text | ) |
Set Text.
text | the text string |
void AnyCAD::Platform::TextNode::SetTextColor | ( | ColorValue^ | clr | ) |
Set Text Color.
clr | the text color |