Table of Contents

Class WindowImageFont

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

窗口图像字体

public class WindowImageFont
Inheritance
WindowImageFont
Inherited Members
Extension Methods

Constructors

WindowImageFont()

构造

public WindowImageFont()

WindowImageFont(string, int, bool, bool)

构造

public WindowImageFont(string family, int size, bool bold, bool italic)

Parameters

family string

字体

size int

大小

bold bool

粗体

italic bool

斜体

Properties

Bold

粗体

public bool Bold { get; set; }

Property Value

bool

Family

字体

public string Family { get; set; }

Property Value

string

Italic

斜体

public bool Italic { get; set; }

Property Value

bool

Size

大小

public int Size { get; set; }

Property Value

int