ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValue Method / SetValue(Int32,PropertyType,IntPtr,Int32) Method

In This Topic
    SetValue(Int32,PropertyType,IntPtr,Int32) Method
    In This Topic
    HRESULT ID2D1Properties::SetValue([In] unsigned int index,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize)
    Syntax
    'Declaration
     
    Public Overloads Sub SetValue( _
       ByVal index As Integer, _
       ByVal type As PropertyType, _
       ByVal data As IntPtr, _
       ByVal dataSize As Integer _
    ) 
    public void SetValue( 
       int index,
       PropertyType type,
       IntPtr data,
       int dataSize
    )

    Parameters

    index
    type
    data
    dataSize
    See Also