![]() |
|
IconsCombine Method (Bitmap, Color) | KGy SOFT Drawing Libraries Help |
Combines the provided images into a multi-resolution Icon instance.
Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.0
Syntax
public static Icon Combine( Bitmap[] images, Color[] transparentColors )
Public Shared Function Combine ( images As Bitmap(), transparentColors As Color() ) As Icon
public: static Icon^ Combine( array<Bitmap^>^ images, array<Color>^ transparentColors )
static member Combine : images : Bitmap[] * transparentColors : Color[] -> Icon
Parameters
- images
- Type: System.DrawingBitmap
The images to be added to the icon. Images can be non-squares ones. - transparentColors
- Type: System.DrawingColor
An array of transparent colors of the images. The array must have as many elements as images.
Return Value
Type: IconAn Icon instance that contains every image of the source images.
See Also