This documentation is for the old version. Go to the latest Graphics Mill docs

ColorPalette.ToGdiplusColorPalette Method

Converts current palette to System.Drawing.Imaging.ColorPalette class which can be used in native .NET drawing classes.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Function ToGdiplusColorPalette As ColorPalette
C#
public ColorPalette ToGdiplusColorPalette()

Return Value

Copy of the palette converted to System.Drawing.Imaging.ColorPalette.

See Also

Reference