画像ペイント図形クラスの基本クラス

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

Syntax

C#
[SerializableAttribute]
public abstract class CFviPaintFigure : CFviObject, 
	ICloneable, IFviCopyable
Visual Basic
<SerializableAttribute>
Public MustInherit Class CFviPaintFigure
	Inherits CFviObject
	Implements ICloneable, IFviCopyable

Remarks

図形を画像上に描画するクラスの基本クラスです。

Inheritance Hierarchy

See Also