コード例 #1
0
ファイル: ShapeFigure.cs プロジェクト: heng222/MyRepository
 public ShapeRightArrow(int zoom, int x, int y, int width, int height, ShapePaintPropertyInfo rectInfo, SignType signType)
     : base(zoom, x, y, width, height, rectInfo, signType)
 {
 }