PatternFillFormat
GetTileImage Method (Color, Color)
|
Creates a tile image for the pattern fill with a specified colors.
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 background,
Color foreground
)
Public Function GetTileImage (
background As Color,
foreground As Color
) As Bitmap
public:
Bitmap^ GetTileImage(
Color background,
Color foreground
)
member GetTileImage :
background : Color *
foreground : Color -> Bitmap
Parameters
-
background
-
Type:
System.Drawing
Color
The background
Color
for the pattern.
-
foreground
-
Type:
System.Drawing
Color
The foreground
Color
for the pattern.
Return Value
Type:
Bitmap
Tile
Bitmap
.
See Also