Svg.Pathing.SvgLineSegment.AddToPath C# (CSharp) Метод

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

public AddToPath ( System graphicsPath ) : void
graphicsPath System
Результат void
        public override void AddToPath(System.Drawing.Drawing2D.GraphicsPath graphicsPath)
        {
            graphicsPath.AddLine(this.Start, this.End);
        }