Gets a rectangle corresponding to a
C1Anchor in the current fragment.
シンタックス
'宣言
Public Overrides Sub GetAnchorRect( _
ByVal As C1Anchor, _
ByRef As RectangleD, _
ByRef 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 ,
ref RectangleD ,
ref System.bool
)
パラメータ
- anchor
- The anchor to test.
- anchorRect
- OUT: A RectangleD structure defining the area within the current fragment associated with .
- anchorVisible
- OUT: true if is visible in the current fragment, false otherwise.
参照