PrintDocument for WinForms
GetAnchorRect メソッド (RenderFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : GetAnchorRect メソッド
The C1Anchor object to get the location of.
OUT: The bounds of anchor in the fragment in C1PrintDocument.ResolvedUnit units. (Note that this parameter is assigned a valid value only if anchorVisible is true on method return.
OUT: true if anchor appears in the current fragment, false otherwise.
Calculates the location of a C1Anchor contained in the RenderObject.Anchors collection of the render object that produced the current fragment.
シンタックス
'宣言
 
Public Overridable Sub GetAnchorRect( _
   ByVal anchor As C1Anchor, _
   ByRef anchorRect As RectangleD, _
   ByRef anchorVisible 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 anchor,
   ref RectangleD anchorRect,
   ref System.bool anchorVisible
)

パラメータ

anchor
The C1Anchor object to get the location of.
anchorRect
OUT: The bounds of anchor in the fragment in C1PrintDocument.ResolvedUnit units. (Note that this parameter is assigned a valid value only if anchorVisible is true on method return.
anchorVisible
OUT: true if anchor appears in the current fragment, false otherwise.
参照

RenderFragment クラス
RenderFragment メンバ