ILNumerics - Technical Application Development 
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
 
 
Initializes a new instance of the Marker class
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public Marker( MarkerStyle style = MarkerStyle.Dot, Nullable<Color> color = null, Object tag = null, Nullable<Vector3> position = null )
Parameters
- style (Optional)
 - Type: ILNumerics.DrawingMarkerStyle
 - color (Optional)
 - Type: SystemNullableColor
 - tag (Optional)
 - Type: SystemObject
 - position (Optional)
 - Type: SystemNullableVector3
 
See Also