文字の高さ

Namespace: FVIL.GDI
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual int Height { get; set; }
Visual Basic
Public Overridable Property Height As Integer
	Get
	Set

Return Value

Type: Int32

文字の高さの取得または設定を行います。

See Also