Search Results for

    Show / Hide Table of Contents

    Class OTZImageBox

    Inheritance
    System.Object
    OTZPanel
    OTZImageBox
    Implements
    IOTZControl
    Inherited Members
    OTZPanel.ColorTable
    OTZPanel.Theme
    OTZPanel.DrawFormBackgroundImage
    OTZPanel.DrawBorder
    OTZPanel.Padding
    OTZPanel.WndProc(Message)
    名前空間: 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
    オーバーライド
    OTZPanel.OnPaint(PaintEventArgs)

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX