C# Class Svg.Pathing.SvgMoveToSegment

Inheritance: SvgPathSegment
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddToPath ( System graphicsPath ) : void
SvgMoveToSegment ( PointF moveTo ) : System
ToString ( ) : string

Method Details

AddToPath() public method

public AddToPath ( System graphicsPath ) : void
graphicsPath System
return void

SvgMoveToSegment() public method

public SvgMoveToSegment ( PointF moveTo ) : System
moveTo System.Drawing.PointF
return System

ToString() public method

public ToString ( ) : string
return string