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);
        }