Class OTZImageBox
Implements
Inherited Members
名前空間: TZEditor.Controls
アセンブリ: OTZControls.dll
Syntax
public class OTZImageBox : OTZPanel, IOTZControl
コンストラクタ
OTZImageBox()
コンストラクタ
宣言
public OTZImageBox()
プロパティ
FilePath
ファイルパスを取得または設定します。
宣言
public string FilePath { get; set; }
プロパティ値
| 型 | 説明 |
|---|---|
| System.String |
ImnageOpacity
宣言
public int ImnageOpacity { get; set; }
プロパティ値
| 型 | 説明 |
|---|---|
| System.Int32 |
SizeMode
宣言
public OTZBackgroundImageLayoutType SizeMode { get; set; }
プロパティ値
| 型 | 説明 |
|---|---|
| OTZBackgroundImageLayoutType |
メソッド
OnPaint(PaintEventArgs)
宣言
protected override void OnPaint(PaintEventArgs e)
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| PaintEventArgs | e |