FlexReport for WinForms
WriteBookmark メソッド (C1Graphics)


C1.Document アセンブリ > C1.Document.Util 名前空間 > C1Graphics クラス : WriteBookmark メソッド
Used to identify some area on the C1Graphics this area can be referenced in WriteHyperlink method. Used in "exports" graphics.
シンタックス
'宣言
 
Public Overridable Sub WriteBookmark( _
   ByVal bookmark As System.String, _
   ByVal bounds As Rect _
) 
'使用法
 
Dim instance As C1Graphics
Dim bookmark As System.String
Dim bounds As Rect
 
instance.WriteBookmark(bookmark, bounds)
public virtual void WriteBookmark( 
   System.string bookmark,
   Rect bounds
)

パラメータ

bookmark
bounds
参照

参照

C1Graphics クラス
C1Graphics メンバ