ImageGear for .NET
SetData Method (ImGearVectorEntityRaster)




New color data.
Replaces image data with new color values.
Syntax
'Declaration
 
Public Sub SetData( _
   ByVal value() As ImGearVectorColor _
) 
'Usage
 
Dim instance As ImGearVectorEntityRaster
Dim value() As ImGearVectorColor
 
instance.SetData(value)
public void SetData( 
   ImGearVectorColor[] value
)
public: void SetData( 
   ImGearVectorColor[]* value
) 
public:
void SetData( 
   array<ImGearVectorColor>^ value
) 

Parameters

value
New color data.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members
ImGearVectorColor Structure

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback