コンストラクタ

Namespace: FVIL.GDI
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public CFviDrawPaint(
	bool active,
	bool enable,
	bool scaling,
	ScalingMode scaling_mode
)
Visual Basic
Public Sub New ( 
	active As Boolean,
	enable As Boolean,
	scaling As Boolean,
	scaling_mode As ScalingMode
)

Parameters

active
Type: System..::..Boolean
マウス操作の有効化 [既定:false]
enable
Type: System..::..Boolean
可視属性 [既定:true]
scaling
Type: System..::..Boolean
伸縮属性 [既定:true]
scaling_mode
Type: FVIL.GDI..::..ScalingMode
伸縮モード [既定:Center]

See Also