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
Вона починається з усіх пікселів.
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; }