ImageGear .NET v24.12 - Updated
GetSelectionColor Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetSelectionColor Method
Returns the color that is used for displaying entities being selected.
Syntax
'Declaration
 
Public Function GetSelectionColor() As ImGearVectorColor
'Usage
 
Dim instance As ImGearVectorData
Dim value As ImGearVectorColor
 
value = instance.GetSelectionColor()
public ImGearVectorColor GetSelectionColor()
public: ImGearVectorColor GetSelectionColor(); 
public:
ImGearVectorColor GetSelectionColor(); 

Return Value

New instance of ImGearVectorColor structure object.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members