ImageGear .NET v24.12 - Updated
GetDrawColor Method (ImGearVectorLayer)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLayer Class : GetDrawColor Method
Gets the draw color of the layer.
Syntax
'Declaration
 
Public Function GetDrawColor() As ImGearVectorColorEx
'Usage
 
Dim instance As ImGearVectorLayer
Dim value As ImGearVectorColorEx
 
value = instance.GetDrawColor()
public ImGearVectorColorEx GetDrawColor()
public: ImGearVectorColorEx GetDrawColor(); 
public:
ImGearVectorColorEx GetDrawColor(); 

Return Value

New instance of ImGearVectorColorEx structure object.
See Also

Reference

ImGearVectorLayer Class
ImGearVectorLayer Members