ImageGear for .NET
SetDrawColor Method (ImGearVectorEntity)




New draw color to be set.
Sets draw color for the entity.
Syntax
'Declaration
 
Public Sub SetDrawColor( _
   ByVal value As ImGearVectorColorEx _
) 
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As ImGearVectorColorEx
 
instance.SetDrawColor(value)
public void SetDrawColor( 
   ImGearVectorColorEx value
)
public: void SetDrawColor( 
   ImGearVectorColorEx value
) 
public:
void SetDrawColor( 
   ImGearVectorColorEx value
) 

Parameters

value
New draw color to be set.
Remarks
See GetDrawColor method for possible flag values.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members
ImGearVectorColorEx Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback