Class EmfPlusImageEffectsIdentifiers

Class EmfPlusImageEffectsIdentifiers

Název místa: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts Shromáždění: Aspose.Imaging.dll (25.4.0)

Identifikátory ImageEffects definují standardní GUIDy pro specifikace grafických efektů obrazu. Tyto identifikátory jsou používány řidiči zařízení k zveřejnění jejich úrovní podpory pro tyto efekty. Identifikátorové konstanty jsou definovány pomocí zobrazení řetězů GUID ([MS-DTYP] oddíl 2.3.4.3).

public static class EmfPlusImageEffectsIdentifiers

Inheritance

object EmfPlusImageEffectsIdentifiers

Dědiční členové

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

Identifikátory efektů obrazu a bloky parametrů efektů obrazu jsou specifikovány Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSerializableObject záznamy pro Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawImagePoints záznamy.

Fields

BlurEffectGuid

Vyznačuje se efektem blur.

public const string BlurEffectGuid = "{633C80A4-1843-482B-9EF2-BE2834C5FDD4}"

Polní hodnota

string

BrightnessContrastEffectGuid

Vyznačuje kontrastní efekt jasu.

public const string BrightnessContrastEffectGuid = "{D3A1DBE1-8EC4-4C17-9F4C-EA97AD1C343D}"

Polní hodnota

string

ColorBalanceEffectGuid

Vyznačuje efekt barevné rovnováhy.

public const string ColorBalanceEffectGuid = "{537E597D-251E-48DA-9664-29CA496B70F8}"

Polní hodnota

string

ColorCurveEffectGuid

Ukazuje efekt barevného kurva.

public const string ColorCurveEffectGuid = "{DD6A0022-58E4-4A67-9D9B-D48EB881A53D}"

Polní hodnota

string

ColorLookupTableEffectGuid

Ukazuje efekt barevné tabulky.

public const string ColorLookupTableEffectGuid = "{A7CE72A9-0F7F-40D7-B3CC-D0C02D5C3212}"

Polní hodnota

string

ColorMatrixEffectGuid

Určuje barevný efekt matriky.

public const string ColorMatrixEffectGuid = "{718F2615-7933-40E3-A511-5F68FE14DD74}"

Polní hodnota

string

HueSaturationLightnessEffectGuid

Určuje účinek hue saturace lehkosti.

public const string HueSaturationLightnessEffectGuid = "{8B2DD6C3-EB07-4D87-A5F0-7108E26A9C5F}"

Polní hodnota

string

LevelsEffectGuid

Určuje úroveň účinku.

public const string LevelsEffectGuid = "{99C354EC-2A31-4F3A-8C34-17A803B33A25}"

Polní hodnota

string

RedEyeCorrectionEffectGuid

Určuje korekční účinek červeného oka.

public const string RedEyeCorrectionEffectGuid = "{74D29D05-69A4-4266-9549-3CC52836B632}"

Polní hodnota

string

SharpenEffectGuid

Určuje ostrý účinek.

public const string SharpenEffectGuid = "{63CBF3EE-C526-402C-8F71-62C540BF5142}"

Polní hodnota

string

TintEffectGuid

Vyznačuje efekt tint.

public const string TintEffectGuid = "{1077AF00-2848-4441-9489-44AD4C2D7A2C}"

Polní hodnota

string

Methods

Contain(Stringová)

Obsahuje specifikovaný unikátní identifikátor objektu.

public static bool Contain(string objectGuid)

Parameters

objectGuid string

Jedinečný identifikátor objektu.

Returns

bool

Je to pravda, pokud obsahuje.

 Čeština