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
)
Public Function GetTileImage (
styleColor As Color
) As Bitmap
public:
Bitmap^ GetTileImage(
Color styleColor
)
member GetTileImage :
styleColor : Color -> Bitmap
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