View3DMakeBoxBordersDrawData Method |
LightningChart .NET Help
Generates DrawData for axis aligned framebox of a given 3D rectangle (somebody would call it box or cube).
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic DrawData MakeBoxBordersDrawData(
RectFloat3D rect,
int color
)
Public Function MakeBoxBordersDrawData (
rect As RectFloat3D,
color As Integer
) As DrawData
public:
DrawData^ MakeBoxBordersDrawData(
RectFloat3D rect,
int color
)
Parameters
- rect
- Type: RectFloat3D
Rectangle to draw the box of. - color
- Type: SystemInt32
Color to use with the lines.
Return Value
Type:
DrawDataDrawData of the edges of the box drawn using given color and AntiAliased hairline.
See Also