コンストラクタ

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

Syntax

C#
public CFviDrawFigure(
	bool active,
	bool enable,
	bool scaling,
	ScalingMode scaling_mode,
	bool bMove,
	bool bModify,
	bool bRotate
)
Visual Basic
Public Sub New ( 
	active As Boolean,
	enable As Boolean,
	scaling As Boolean,
	scaling_mode As ScalingMode,
	bMove As Boolean,
	bModify As Boolean,
	bRotate As Boolean
)

Parameters

active
Type: System..::..Boolean
マウス操作の有効化 [既定:false]
enable
Type: System..::..Boolean
可視属性 [既定:true]
scaling
Type: System..::..Boolean
伸縮属性 [既定:true]
scaling_mode
Type: FVIL.GDI..::..ScalingMode
伸縮モード [既定:Center]
bMove
Type: System..::..Boolean
マウス操作による図形の移動の許可 [既定:true]
bModify
Type: System..::..Boolean
マウス操作による図形の編集の許可 [既定:true]
bRotate
Type: System..::..Boolean
マウス操作による図形の回転の許可 [既定:true]

See Also