Click or drag to resize

PatternFillFormat GetTileImage Method (Color)

Creates a tile image for the pattern fill.

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Bitmap GetTileImage(
	Color styleColor
)

Parameters

styleColor
Type: System.Drawing Color
The default Color , defined in ShapeEx's Style object. Fill's colors can depend on this.

Return Value

Type: Bitmap
Tile Bitmap .
See Also