FlexReport for WinForms
GetBrushImage メソッド (C1DXExportGraphics)


C1.Win.Document.8 アセンブリ > C1.Win.Document.Util 名前空間 > C1DXExportGraphics クラス : GetBrushImage メソッド
C1.Document.C1Brush オブジェクト。
DPI 値。
画像のサイズ。
ブラシ画像を取得します。
シンタックス
'宣言
 
Protected Function GetBrushImage( _
   ByVal brush As C1Brush, _
   ByVal dpi As Point, _
   ByVal size As Size _
) As GrapeCity.Documents.Drawing.IImage
'使用法
 
Dim instance As C1DXExportGraphics
Dim brush As C1Brush
Dim dpi As Point
Dim size As Size
Dim value As GrapeCity.Documents.Drawing.IImage
 
value = instance.GetBrushImage(brush, dpi, size)
protected GrapeCity.Documents.Drawing.IImage GetBrushImage( 
   C1Brush brush,
   Point dpi,
   Size size
)

パラメータ

brush
C1.Document.C1Brush オブジェクト。
dpi
DPI 値。
size
画像のサイズ。

戻り値の型

C1.Win.Document.C1Image オブジェクト。
参照

参照

C1DXExportGraphics クラス
C1DXExportGraphics メンバ