Click or drag to resize
NChartTextureBrush Constructor (NChartRawBitmap, Color, NChartTexturePosition)
Init brush with image, background color and position of texture.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartTextureBrush(
	NChartRawBitmap image,
	Color color,
	NChartTexturePosition position
)

Parameters

image
Type: NChart3D_UWPNChartRawBitmap
Image for the brush.
color
Type: Windows.UIColor
Background color for the brush.
position
Type: NChart3D_UWPNChartTexturePosition
Position for the texture.
See Also