ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.IntPtr, _
       ByVal value As System.Byte, _
       ByVal sizeInBytesToClear As System.Integer _
    ) 
    public static void ClearMemory( 
       System.IntPtr dest,
       System.byte value,
       System.int sizeInBytesToClear
    )

    Parameters

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