ExpaResource.ExpaResource

ExpaResource()

Initialisiert eine neue Instanz vonExpaResource Klasse.

public ExpaResource()

Siehe auch


ExpaResource(float, float, float)

Initialisiert eine neue Instanz vonExpaResource Klasse.

public ExpaResource(float exposure, float offset, float gamma)
ParameterTypBeschreibung
exposureSingleDie Belichtung.
offsetSingleDer Versatz.
gammaSingleDas Gamma.

Siehe auch


ExpaResource(byte[])

Initialisiert eine neue Instanz vonExpaResource Klasse.

public ExpaResource(byte[] bytes)
ParameterTypBeschreibung
bytesByte[]Die Bytes.

Ausnahmen

AusnahmeBedingung
PsdImageArgumentExceptionUngültige Expa-Ressourcendaten

Siehe auch