Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
matte境界プロパティ
matte境界プロパティの説明.
呼び出し手順
matteBorder = createBorder("matte", top, left, bottom, right, color)
引数
- top
実数整数値
境界頂部の幅(単位:ピクセル).
- left
実数整数値
境界左部の幅(単位:ピクセル).
- bottom
実数整数値
境界底部の幅(単位:ピクセル).
- right
実数整数値
境界右部の幅(単位:ピクセル).
- color
文字列
境界の色の名前.
- matteBorder
作成された境界.
説明
この関数はframe
uicontrolsのmatte(マット)境界を作成します.
詳細については,
uicontrolプロパティを参照ください.
参照
- createBorder — frame uicontrolの境界を作成.
- createBorderFont — uicontrol境界のフォントを作成.
- uicontrol — グラフィックユーザーインターフェイスオブジェクトを作成
- uicontrol_properties — uicontrolプロパティの説明.
履歴
バージョン | 記述 |
5.5.0 | 関数 createBorder が導入されました. |
Report an issue | ||
<< line境界プロパティ | Borders | titled境界プロパティ >> |