Click or drag to resize
NChartTextureBrush Constructor (NChartRawBitmap)
Init brush with image.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartTextureBrush(
	NChartRawBitmap image
)

Parameters

image
Type: NChart3D_UWPNChartRawBitmap
Image for the brush.
See Also