FlexReport for WinForms
CustomDraw メソッド (C1Graphics)


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1Graphics クラス : CustomDraw メソッド
The C1.Document.FragmentDrawParams object.
Allows C1Graphics descendant to override drawing of some render fragments. This method should return true if drawing implemented by the C1Graphics in the custom way. Only background and content should be drawn, borders are drawn always.
シンタックス
'宣言
 
Public Overridable Function CustomDraw( _
   ByVal rf As RenderFragment, _
   ByRef fdp As FragmentDrawParams _
) As System.Boolean
'使用法
 
Dim instance As C1Graphics
Dim rf As RenderFragment
Dim fdp As FragmentDrawParams
Dim value As System.Boolean
 
value = instance.CustomDraw(rf, fdp)
public virtual System.bool CustomDraw( 
   RenderFragment rf,
   ref FragmentDrawParams fdp
)

パラメータ

rf
fdp
The C1.Document.FragmentDrawParams object.
参照

参照

C1Graphics クラス
C1Graphics メンバ