FlexReport for WinForms
Draw メソッド (RenderFragment)


C1.Document アセンブリ > C1.Document 名前空間 > RenderFragment クラス : Draw メソッド
The C1.Document.Util.C1Graphics to draw to.
Draw fragments in specified position, visibilityRectPx defines the visible rectangle, only fragments which intersect with it should be drawn. All positions specified in pixels of graphics.
シンタックス
'宣言
 
Public Overridable Sub Draw( _
   ByVal graphics As C1Graphics, _
   ByVal boundsPx As Rect, _
   ByVal visibilityRectPx As System.Nullable(Of Rect), _
   ByVal highlightingManager As IC1HighlightingManager _
) 
'使用法
 
Dim instance As RenderFragment
Dim graphics As C1Graphics
Dim boundsPx As Rect
Dim visibilityRectPx As System.Nullable(Of Rect)
Dim highlightingManager As IC1HighlightingManager
 
instance.Draw(graphics, boundsPx, visibilityRectPx, highlightingManager)
public virtual void Draw( 
   C1Graphics graphics,
   Rect boundsPx,
   System.Nullable<Rect> visibilityRectPx,
   IC1HighlightingManager highlightingManager
)

パラメータ

graphics
The C1.Document.Util.C1Graphics to draw to.
boundsPx
visibilityRectPx
highlightingManager
参照

参照

RenderFragment クラス
RenderFragment メンバ