LVectorWindow::GetSelectedOnly
#include "ltwrappr.h"
L_BOOL LVectorWindow::GetSelectedOnly(L_VOID)
Gets the selected-only state of the LVectorWindow object. This determines if selected objects or all objects are scaled when auto scaling, or rotated when using the rotate tool.
Returns
Current value set by SetSelectedOnly. Possible values are:
Value |
Meaning |
TRUE |
auto scaling or rotating affects only selected objects. |
FALSE |
auto scaling or rotating affects all objects. |
Comments
If the SelectedOnly state is set to TRUE (LVectorWindow::GetSelectedOnly, LVectorWindow::SetSelectedOnly), then only selected objects will be scaled or rotated. If the SelectedOnly state is set to FALSE, then ALL objects are scaled or rotated.
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
Example
For an example, refer to LVectorWindow::SetSelectedOnly.