次の方法で共有


Annotation コンストラクター

定義

Annotation クラスの新しいインスタンスを初期化します。 これはパラメーターなしのコンストラクターであり、使用できません。

protected:
 Annotation();
protected Annotation ();
Protected Sub New ()

注釈

Annotation は抽象クラスであり、直接作成することはできません。 新しい注釈オブジェクトを作成するには、 や RectangleAnnotationなどのLineAnnotationクラスのコンストラクターを使用します。

適用対象