PrintDocument for WinForms
GetAnchorRect メソッド (RenderTextFragmentBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderTextFragmentBase クラス : GetAnchorRect メソッド
The anchor to test.
OUT: A RectangleD structure defining the area within the current fragment associated with anchor.
OUT: true if anchor is visible in the current fragment, false otherwise.
Gets a rectangle corresponding to a C1Anchor in the current fragment.
シンタックス
'宣言
 
Public Overrides Sub GetAnchorRect( _
   ByVal anchor As C1Anchor, _
   ByRef anchorRect As RectangleD, _
   ByRef anchorVisible As System.Boolean _
) 
'使用法
 
Dim instance As RenderTextFragmentBase
Dim anchor As C1Anchor
Dim anchorRect As RectangleD
Dim anchorVisible As System.Boolean
 
instance.GetAnchorRect(anchor, anchorRect, anchorVisible)
public override void GetAnchorRect( 
   C1Anchor anchor,
   ref RectangleD anchorRect,
   ref System.bool anchorVisible
)

パラメータ

anchor
The anchor to test.
anchorRect
OUT: A RectangleD structure defining the area within the current fragment associated with anchor.
anchorVisible
OUT: true if anchor is visible in the current fragment, false otherwise.
参照

RenderTextFragmentBase クラス
RenderTextFragmentBase メンバ