Class InitialFillRuleRecord
Именује се: Aspose.Imaging.FileFormats.Core.VectorPaths Асамблеја: Aspose.Imaging.dll (25.4.0)
Првобитно пуњење правила рекорд класе
[JsonObject(MemberSerialization.OptIn)]
public class InitialFillRuleRecord : VectorPathRecord
Inheritance
object ← VectorPathRecord ← InitialFillRuleRecord
Наслеђени чланови
VectorPathRecord.Type , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
InitialFillRuleRecord()
Иницијалише нову инстанцију Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord класе.
[JsonConstructor]
public InitialFillRuleRecord()
InitialFillRuleRecord(Боол)
Иницијалише нову инстанцију Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord класе.
public InitialFillRuleRecord(bool isFillStartsWithAllPixels)
Parameters
isFillStartsWithAllPixels
bool
Počela je sa svim pixelima.
InitialFillRuleRecord(Бајте[])
Иницијалише нову инстанцију Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord класе.
public InitialFillRuleRecord(byte[] data)
Parameters
data
byte
[]
Регистрација података .
Properties
IsFillStartsWithAllPixels
Добија или поставља вредност која указује на то да ли је испуњен почиње са свим пикселима.
[JsonProperty]
public bool IsFillStartsWithAllPixels { get; set; }
Вредност имовине
Type
Добије типови.
public override VectorPathType Type { get; }