Reports for WPF
RenderRoundRectangle コンストラクタ(Unit,Unit,Unit,Unit,Unit,Unit,LineDef,Brush)

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > RenderRoundRectangle クラス > RenderRoundRectangle コンストラクタ : RenderRoundRectangle コンストラクタ(Unit,Unit,Unit,Unit,Unit,Unit,LineDef,Brush)
四角形の X 座標(現在のオブジェクトの位置に相対的)。
四角形の Y 座標(現在のオブジェクトの位置に相対的)。
四角形の幅。
四角形の高さ。
丸みのある角の描画に使用される楕円の幅(「5%width」のように指定可能)。
丸みのある角の描画に使用される楕円の高さ(「5%height」のように指定可能)。
四角形の描画に使用される LineDef
四角形の塗りつぶしに使用されるブラシ。
四角形の位置、サイズ、丸み、その描画に使用される LineDef、および塗りつぶしブラシを割り当てて、 RenderRoundRectangle クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal ellipseWidth As Unit, _
   ByVal ellipseHeight As Unit, _
   ByVal shapeLine As LineDef, _
   ByVal shapeFillBrush As System.Windows.Media.Brush _
)
public RenderRoundRectangle( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   Unit ellipseWidth,
   Unit ellipseHeight,
   LineDef shapeLine,
   System.Windows.Media.Brush shapeFillBrush
)

パラメータ

x
四角形の X 座標(現在のオブジェクトの位置に相対的)。
y
四角形の Y 座標(現在のオブジェクトの位置に相対的)。
width
四角形の幅。
height
四角形の高さ。
ellipseWidth
丸みのある角の描画に使用される楕円の幅(「5%width」のように指定可能)。
ellipseHeight
丸みのある角の描画に使用される楕円の高さ(「5%height」のように指定可能)。
shapeLine
四角形の描画に使用される LineDef
shapeFillBrush
四角形の塗りつぶしに使用されるブラシ。
参照

RenderRoundRectangle クラス
RenderRoundRectangle メンバ
オーバーロード一覧