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
The เป็น เต็ม เริ่มต้นกับ Pixels ทั้งหมด
InitialFillRuleRecord(บิต[])
เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord
public InitialFillRuleRecord(byte[] data)
Parameters
data
byte
[ ]
ข้อมูลการบันทึก
Properties
IsFillStartsWithAllPixels
รับหรือตั้งค่าค่าที่แสดงให้เห็นว่าการเติมจะเริ่มต้นด้วย pixels ทั้งหมด
[JsonProperty]
public bool IsFillStartsWithAllPixels { get; set; }
คุณสมบัติมูลค่า
Type
รับประเภท
public override VectorPathType Type { get; }