FromGraphicsPath

PathResourceConverter.FromGraphicsPath method

Konvertiert dieGraphicsPath Instanz zum Pfad von Ressourcen.

public static PathResource[] FromGraphicsPath(GraphicsPath graphicsPath, Size imageSize)
ParameterTypBeschreibung
graphicsPathGraphicsPathDer Grafikpfad.
imageSizeSizeGröße des Bildes.

Rückgabewert

Die Pfadressourcen.

Ausnahmen

AusnahmeBedingung
ArgumentNullExceptiongraphicsPath ist Null.

Siehe auch