ComponentOne Bitmap for UWP
GetValue(Int32,PropertyType,IntPtr,Int32) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Properties Class > GetValue Method : GetValue(Int32,PropertyType,IntPtr,Int32) Method
HRESULT ID2D1Properties::GetValue([In] unsigned int index,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize)
Syntax
'Declaration
 
Public Overloads Sub GetValue( _
   ByVal index As System.Integer, _
   ByVal type As PropertyType, _
   ByVal data As System.IntPtr, _
   ByVal dataSize As System.Integer _
) 
public void GetValue( 
   System.int index,
   PropertyType type,
   System.IntPtr data,
   System.int dataSize
)

Parameters

index
type
data
dataSize
See Also

Reference

Properties Class
Properties Members
Overload List