NChartTextureBrush Constructor (String) |
Init brush with image from file.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartTextureBrush(
string fileName
)
Public Sub New (
fileName As String
)
public:
NChartTextureBrush(
[InAttribute] String^ fileName
)
Parameters
- fileName
- Type: SystemString
File with image for the brush.
See Also