Praeclarum.Graphics.Stroke.Draw C# (CSharp) Метод

Draw() публичный Метод

public Draw ( IGraphics g, float thickness = DefaultThickness ) : void
g IGraphics
thickness float
Результат void
		public virtual void Draw (IGraphics g, float thickness = DefaultThickness)
		{
			Draw (g, 0, _points.Count, thickness);
		}
		

Same methods

Stroke::Draw ( IGraphics g, int startIndex, int length, float thickness ) : void