FlexReport for WinForms
DrawHighlighting メソッド (RenderPdfFragment)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > RenderPdfFragment クラス : DrawHighlighting メソッド
The graphics context used to render the highlighting overlays.
The fragment draw parameters containing highlighting information and drawing settings. The HighlightingManager property must not be null to enable highlighting.
Draws highlighting overlays on the specified graphics context based on the provided fragment draw parameters.
シンタックス
'宣言
 
Protected Sub DrawHighlighting( _
   ByVal graphics As C1Graphics, _
   ByRef fdp As FragmentDrawParams _
) 
'使用法
 
Dim instance As RenderPdfFragment
Dim graphics As C1Graphics
Dim fdp As FragmentDrawParams
 
instance.DrawHighlighting(graphics, fdp)
protected void DrawHighlighting( 
   C1Graphics graphics,
   ref FragmentDrawParams fdp
)

パラメータ

graphics
The graphics context used to render the highlighting overlays.
fdp
The fragment draw parameters containing highlighting information and drawing settings. The HighlightingManager property must not be null to enable highlighting.
解説
This method retrieves highlight fragments from the HighlightingManager and renders them onto the graphics context. Ensure that the HighlightingManager property of the fragment draw parameters is set before calling this method to enable highlighting.
参照

参照

RenderPdfFragment クラス
RenderPdfFragment メンバ