My Project
ShapeLib
VShape
IDrawing.cs
查看本檔案說明文件.
1
using
ShapeLib
.
VShape
;
2
using
System;
3
using
System.Collections.Generic;
4
using
System.Linq;
5
using
System.Text;
6
using
System.Threading.Tasks;
7
8
namespace
ShapeLib.VShape
9
{
10
interface
IDrawing
11
{
12
void
DrawShape
(
gView
gv ,
gPath
data,Boolean bfirst );
13
void
DisplayControlPoints
(
gView
gv,
gPath
data);
14
15
16
}
17
}
ShapeLib.VShape.gPath
Definition:
GraphDoc.cs:248
ShapeLib
Definition:
Resources.Designer.cs:11
ShapeLib.VShape.IDrawing.DisplayControlPoints
void DisplayControlPoints(gView gv, gPath data)
ShapeLib.VShape.IDrawing.DrawShape
void DrawShape(gView gv, gPath data, Boolean bfirst)
ShapeLib.VShape.IDrawing
Definition:
IDrawing.cs:10
ShapeLib.VShape
Definition:
eraser.cs:13
ShapeLib.VShape.gView
Definition:
gView.cs:10
產生者:
1.8.15