Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMonochromeRaster Class / SetPixels Method


In This Topic
    SetPixels Method
    In This Topic
    Sets the values at the given range of the specified row.
    Syntax
    'Declaration
     
    
    Public Sub SetPixels( _
       ByVal y As System.Integer, _
       ByVal startX As System.Integer, _
       ByVal endX As System.Integer, _
       ByVal value As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NMonochromeRaster
    Dim y As System.Integer
    Dim startX As System.Integer
    Dim endX As System.Integer
    Dim value As System.Boolean
     
    instance.SetPixels(y, startX, endX, value)
    public void SetPixels( 
       System.int y,
       System.int startX,
       System.int endX,
       System.bool value
    )

    Parameters

    y
    startX
    endX
    value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also