ImageGear .NET v24.12 - Updated
GetGradient Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorFilltype Class : GetGradient Method
Returns the gradient object associated with the fill type in case the Pattern is GRADIENT.
Syntax
'Declaration
 
Public Function GetGradient() As ImGearVectorGradient
'Usage
 
Dim instance As ImGearVectorFilltype
Dim value As ImGearVectorGradient
 
value = instance.GetGradient()
public ImGearVectorGradient GetGradient()
public: ImGearVectorGradient* GetGradient(); 
public:
ImGearVectorGradient^ GetGradient(); 

Return Value

New instance of ImGearVectorGradient class object.
See Also

Reference

ImGearVectorFilltype Class
ImGearVectorFilltype Members