12 references to PathTypes
System.Drawing (6)
commonui\System\Drawing\Advanced\GraphicsPath.cs (6)
75/// specified <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> 88/// specified <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> arrays and with the 128/// specified <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> 141/// specified <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> arrays and with the 255/// and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> arrays 342/// encapsulates both the <see cref='System.Drawing.Drawing2D.GraphicsPath.PathPoints'/> and <see cref='System.Drawing.Drawing2D.GraphicsPath.PathTypes'/> arrays of this <see cref='System.Drawing.Drawing2D.GraphicsPath'/>.
System.Web.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
524byte[] types = _graphicsPath.PathTypes; 602 byte[] pathTypes = _graphicsPath.PathTypes; 889 byte[] pathTypes = pathToMove.PathTypes;
System.Windows.Forms.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
524byte[] types = _graphicsPath.PathTypes; 602 byte[] pathTypes = _graphicsPath.PathTypes; 889 byte[] pathTypes = pathToMove.PathTypes;