ComponentOne Bitmap for WPF
SetPixelConstantBuffer<T>(T) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DrawInformation Class > SetPixelConstantBuffer Method : SetPixelConstantBuffer<T>(T) Method
Type of the constant buffer
Value of the constant buffer
Sets the constant buffer data from a struct value for the Pixel Stage.
Syntax
'Declaration
 
Public Overloads Sub SetPixelConstantBuffer(Of T As {New, Struct})( _
   ByRef value As T _
) 
public void SetPixelConstantBuffer<T>( 
   ref T value
)
where T: new(), struct

Parameters

value
Value of the constant buffer

Type Parameters

T
Type of the constant buffer
See Also

Reference

DrawInformation Class
DrawInformation Members
Overload List