Classe BezierKnotRecord
Contenu
[
Cacher
]Summary: Bezier Knot Record Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.BezierKnotRecord
Inheritance: VectorPathRecord
Constructors
| Name | Description |
|---|---|
| BezierKnotRecord() | Initialise une nouvelle instance de la classe BezierKnotRecord. |
| BezierKnotRecord(data) | Initialise une nouvelle instance de la classe BezierKnotRecord. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| is_closed | bool | r/w | Obtient ou définit une valeur indiquant si cette instance est fermée. |
| is_linked | bool | r/w | Obtient ou définit une valeur indiquant si cette instance est liée. |
| is_open | bool | r/w | Obtient ou définit une valeur indiquant si cette instance est ouverte. |
| path_points | PointF[] | r/w | Obtient ou définit les points du chemin. |
| points | Point[] | r/w | Obtient ou définit les points. |
| type | VectorPathType | r | Obtient le type. |
Constructor: BezierKnotRecord()
BezierKnotRecord()
Initialise une nouvelle instance de la classe BezierKnotRecord.
Constructor: BezierKnotRecord(data)
BezierKnotRecord(data)
Initialise une nouvelle instance de la classe BezierKnotRecord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| données | System.Byte | Les données de l’enregistrement. |