ComponentOne Bitmap for UWP
SetPixelShaderConstantBuffer Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > DrawInformation Class : SetPixelShaderConstantBuffer Method
HRESULT ID2D1DrawInfo::SetPixelShaderConstantBuffer([In, Buffer] const void* buffer,[In] unsigned int bufferCount)
Syntax
'Declaration
 
Public Sub SetPixelShaderConstantBuffer( _
   ByVal buffer As System.IntPtr, _
   ByVal bufferCount As System.Integer _
) 
public void SetPixelShaderConstantBuffer( 
   System.IntPtr buffer,
   System.int bufferCount
)

Parameters

buffer
bufferCount
See Also

Reference

DrawInformation Class
DrawInformation Members