Svg.Pathing.SvgMoveToSegment.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.StartFigure();
        }