NChartTextureBrush Constructor (NChartRawBitmap) |
Init brush with image.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartTextureBrush(
NChartRawBitmap image
)
Public Sub New (
image As NChartRawBitmap
)
public:
NChartTextureBrush(
[InAttribute] NChartRawBitmap^ image
)
Parameters
- image
- Type: NChart3D_UWPNChartRawBitmap
Image for the brush.
See Also