ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityRaster Class / SetData Method
New color data.




In This Topic
    SetData Method (ImGearVectorEntityRaster)
    In This Topic
    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