'宣言 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)
パラメータ
- brush
- A C1.Document.C1Brush object.
- dpi
- The DPI value.
- size
- The size of image.
戻り値の型
A GrapeCity.Documents.Drawing.IImage object.