GrapeCity ActiveReports for .NET 14.0J
Attach メソッド

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document.Section.Annotations 名前空間 > Annotation クラス : Attach メソッド
Annotationオブジェクトを配置するx座標
Annotationオブジェクトを配置するy座標
Annotationオブジェクトを配置する左上隅の座標を取得または設定します。
シンタックス
'宣言
 
Public Sub Attach( _
   ByVal x As Single, _
   ByVal y As Single _
) 
public void Attach( 
   float x,
   float y
)

パラメータ

x
Annotationオブジェクトを配置するx座標
y
Annotationオブジェクトを配置するy座標
参照

Annotation クラス
Annotation メンバ