Public Member Functions | |
| HRESULT | SetMode ([in] UVEActiveTool mode) |
| HRESULT | Reset () |
| HRESULT | Begin ([in] RtUVcoord &c) |
| HRESULT | AddPoint ([in] RtUVcoord &c) |
| HRESULT | End ([in] RtUVcoord &c) |
| HRESULT | Render ([in] IUnknown *pDevice) |
| HRESULT IRsSelectionRenderer::SetMode | ( | [in] UVEActiveTool | mode | ) |
Sets the selection mode.
| mode | [in] Set selection mode. |
| HRESULT IRsSelectionRenderer::Reset | ( | ) |
Clears drag line and deactivates rendering
| HRESULT IRsSelectionRenderer::Begin | ( | [in] RtUVcoord & | c | ) |
Activates rendering and adds first point of drag line.
| c | [in] Activate render and drag line. |
| HRESULT IRsSelectionRenderer::AddPoint | ( | [in] RtUVcoord & | c | ) |
Adds point of drag line.
| c | [in] Add point to drag line. |
| HRESULT IRsSelectionRenderer::End | ( | [in] RtUVcoord & | c | ) |
Adds last point of drag line and deactivate rendering.
| c | [in] Last point added and deactivate rendering. |
| HRESULT IRsSelectionRenderer::Render | ( | [in] IUnknown * | pDevice | ) |
Renders the selection shape to specified device.
| pDevice | [in] Target DX device. |
1.5.5