AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The screen coordinate widget. 更多...
The screen coordinate widget.
TODO:
int AnyCAD::Platform::ScreenWidget::GetWidgetPosition | ( | ) |
Get the position on screen.
Vector2 ^ AnyCAD::Platform::ScreenWidget::GetWidgetSize | ( | ) |
Get the size
void AnyCAD::Platform::ScreenWidget::SetNode | ( | SceneNode^ | node | ) |
Set the node
node | the node. |
void AnyCAD::Platform::ScreenWidget::SetWidgetPosition | ( | int | sceeenPos | ) |
Set the position on screen by EnumWidgetPosition
sceeenPos | the position. |
void AnyCAD::Platform::ScreenWidget::SetWidgetSize | ( | Vector2^ | sz | ) |
Set the size
sz | the size |