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
)
Public Sub New (
image As NChartRawBitmap,
color As Color,
position As NChartTexturePosition
)
public:
NChartTextureBrush(
[InAttribute] NChartRawBitmap^ image,
[InAttribute] Color^ color,
[InAttribute] 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