Class RemoveBackgroundSettings

Class RemoveBackgroundSettings

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

Nastavení pozadí Remve

public class RemoveBackgroundSettings

Inheritance

object RemoveBackgroundSettings

Dědiční členové

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

Constructors

RemoveBackgroundSettings()

public RemoveBackgroundSettings()

Properties

Bounds

Dostane nebo stanoví hranice.

public RectangleF? Bounds { get; set; }

Hodnota nemovitosti

RectangleF ?

Color1

Obdržíte nebo nastavte barvu.

public Color? Color1 { get; set; }

Hodnota nemovitosti

Color ?

Color2

Obdržíte nebo nastavte barvu 2.

public Color? Color2 { get; set; }

Hodnota nemovitosti

Color ?

DetectionLevel

Obdržíte nebo nastavte úroveň detekce.

public int? DetectionLevel { get; set; }

Hodnota nemovitosti

int ?

 Čeština