FlexReport for WinForms
Draw メソッド (C1Page)


C1.Document アセンブリ > C1.Document 名前空間 > C1Page クラス : Draw メソッド
C1.Document.Util.C1Graphics to draw to.
The point represents the location of the upper-left corner of the drawn page in pixels of graphics.
The rect defines the visibility area of the page, only fragments which intersects with this rect are drawn.
Provides information about highlighted content.
The DrawAttrs structure defines addition drawing parameters.
Draws this C1Page on specified graphics.
シンタックス
'宣言
 
Public Overridable Sub Draw( _
   ByVal graphics As C1Graphics, _
   ByVal pointPx As Point, _
   ByVal visibilityRectPx As System.Nullable(Of Rect), _
   ByVal highlightingManager As IC1HighlightingManager, _
   ByVal drawAttrs As DrawAttrs _
) 
'使用法
 
Dim instance As C1Page
Dim graphics As C1Graphics
Dim pointPx As Point
Dim visibilityRectPx As System.Nullable(Of Rect)
Dim highlightingManager As IC1HighlightingManager
Dim drawAttrs As DrawAttrs
 
instance.Draw(graphics, pointPx, visibilityRectPx, highlightingManager, drawAttrs)
public virtual void Draw( 
   C1Graphics graphics,
   Point pointPx,
   System.Nullable<Rect> visibilityRectPx,
   IC1HighlightingManager highlightingManager,
   DrawAttrs drawAttrs
)

パラメータ

graphics
C1.Document.Util.C1Graphics to draw to.
pointPx
The point represents the location of the upper-left corner of the drawn page in pixels of graphics.
visibilityRectPx
The rect defines the visibility area of the page, only fragments which intersects with this rect are drawn.
highlightingManager
Provides information about highlighted content.
drawAttrs
The DrawAttrs structure defines addition drawing parameters.
参照

参照

C1Page クラス
C1Page メンバ