Interface IPointRenderParams
- Namespace
- HelixToolkit.SharpDX.Core
- Assembly
- HelixToolkit.SharpDX.dll
public interface IPointRenderParams
Properties
Figure
PointFigure Figure { get; set; }
Property Value
FigureRatio
float FigureRatio { get; set; }
Property Value
Height
float Height { get; set; }
Property Value
PointColor
Color4 PointColor { get; set; }
Property Value
Width
float Width { get; set; }