FlexReport for WinForms
GetBrushImage メソッド (C1ExportGraphicsBase)


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1ExportGraphicsBase クラス : GetBrushImage メソッド
A C1.Document.C1Brush object.
The DPI value.
The size of image.
Gets the brush image.
シンタックス
'宣言
 
Protected Function GetBrushImage( _
   ByVal brush As C1Brush, _
   ByVal dpi As Point, _
   ByVal size As Size _
) As GrapeCity.Documents.Drawing.IImage
'使用法
 
Dim instance As C1ExportGraphicsBase
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
A C1.Document.C1Brush object.
dpi
The DPI value.
size
The size of image.

戻り値の型

A GrapeCity.Documents.Drawing.IImage object.
参照

参照

C1ExportGraphicsBase クラス
C1ExportGraphicsBase メンバ