Compartir a través de


CGPathElement Estructura

Definición

Un elemento individual en un CGPath.

public struct CGPathElement
type CGPathElement = struct
Herencia
CGPathElement

Comentarios

Según el valor de Type, usará los valores de Point1, Point2 y Point3.

CGPathElementTypeDescripción
CloseSubpathFinal de una subruta.
MoveToPoint, AddLineToPointUse el valor Point1.
AddQuadCurveToPointUse los valores Point1 y Point2.
AddCurveToPointUse los valores Point1, Point2 y Point3.

Constructores

CGPathElement(Int32)

Un elemento individual en un CGPath.

Campos

Point1

Primer punto.

Point2

Segundo punto.

Point3

Tercer punto.

Type

Determina el tipo de elemento path.

Se aplica a