ImageGear .NET v24.12 - Updated
Color Field (ImGearMosaicBorderParams)




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearMosaicBorderParams Class : Color Field
Color of the border.
Syntax
'Declaration
 
Public Color As ImGearPixel
'Usage
 
Dim instance As ImGearMosaicBorderParams
Dim value As ImGearPixel
 
value = instance.Color
 
instance.Color = value
public ImGearPixel Color
public: ImGearPixel* Color
public:
ImGearPixel^ Color

Field Value

ImageGear.Core.ImGearPixel class.
Remarks
This option lets you specify the color of the border.
See Also

Reference

ImGearMosaicBorderParams Class
ImGearMosaicBorderParams Members
ImGearPixel Class