現在のフラグメントを生成した描画オブジェクトの
Anchorsコレクションに含まれた
C1Anchorの位置を計算します。
シンタックス
'宣言
Public Overridable Sub GetAnchorRect( _
ByVal As C1Anchor, _
ByRef As RectangleD, _
ByRef As System.Boolean _
)
'使用法
Dim instance As RenderFragment
Dim anchor As C1Anchor
Dim anchorRect As RectangleD
Dim anchorVisible As System.Boolean
instance.GetAnchorRect(anchor, anchorRect, anchorVisible)
public virtual void GetAnchorRect(
C1Anchor ,
ref RectangleD ,
ref System.bool
)
パラメータ
- anchor
- 取得する位置の C1Anchorオブジェクト。
- anchorRect
- 出力:フラグメント内の の境界( ResolvedUnit単位)。(メソッドのリターン時に が trueの場合にのみこのパラメータが有効値として割り当てられることに注意してください。)
- anchorVisible
- 出力: が現在のフラグメント内に発生する場合は true、その他の場合は false。
参照