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

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

Parameters

fileName
Type: SystemString
File with image for the brush.
color
Type: Windows.UIColor
Background color for the brush.
position
Type: NChart3D_UWPNChartTexturePosition
Position for the texture.
See Also