ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / ClearMemory Method
The dest.
The value.
The size in bytes to clear.

In This Topic
    ClearMemory Method
    In This Topic
    Clears the memory.
    Syntax
    'Declaration
     
    Public Shared Sub ClearMemory( _
       ByVal dest As IntPtr, _
       ByVal value As Byte, _
       ByVal sizeInBytesToClear As Integer _
    ) 
    public static void ClearMemory( 
       IntPtr dest,
       byte value,
       int sizeInBytesToClear
    )

    Parameters

    dest
    The dest.
    value
    The value.
    sizeInBytesToClear
    The size in bytes to clear.
    See Also