Svg.Pathing.SvgLineSegment.AddToPath C# (CSharp) Méthode

AddToPath() public méthode

public AddToPath ( System graphicsPath ) : void
graphicsPath System
Résultat void
        public override void AddToPath(System.Drawing.Drawing2D.GraphicsPath graphicsPath)
        {
            graphicsPath.AddLine(this.Start, this.End);
        }