リサイズはクリックかドラッグ

DrawingViewDrawTemporaryEventArgsDrawRectangle メソッド

四角形を描画します。

名前空間:  RootPro.RootProCAD.UI
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract void DrawRectangle(
	Point point,
	int width,
	int height,
	Color color,
	float penWidth,
	DashStyle dashStyle,
	float[] dashPattern
)

パラメーター

point
型: System.DrawingPoint
四角形の左上のクライアント座標を表す Point
width
型: SystemInt32
四角形の幅
height
型: SystemInt32
四角形の高さ
color
型: System.DrawingColor
連続線の色
penWidth
型: SystemSingle
連続線の線幅
dashStyle
型: System.Drawing.Drawing2DDashStyle
連続線の線種
dashPattern
型: SystemSingle
破線のパターン
関連項目