PColor32ToArgb Method

Gets the 32-bit ARGB value of this PColor32 instance.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public int ToArgb()

Return Value

Int32
The 32-bit ARGB value of this PColor32 instance

See Also