Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Color
foreground
Color

Return Value

Bitmap

See Also