Compartilhar via


CGPathElement Estrutura

Definição

Um elemento individual em um CGPath.

public struct CGPathElement
type CGPathElement = struct
Herança
CGPathElement

Comentários

Dependendo do valor de Type, você usará os valores em Point1, Point2 e Point3.

CGPathElementTypeDescrição
CloseSubpathO fim de um subcaminho.
MoveToPoint, AddLineToPointUse o valor Point1.
AddQuadCurveToPointUse os valores Point1 e Point2.
AddCurveToPointUse os valores Point1, Point2 e Point3.

Construtores

CGPathElement(Int32)

Um elemento individual em um CGPath.

Campos

Point1

Primeiro ponto.

Point2

Segundo ponto.

Point3

Terceiro ponto.

Type

Determina o tipo de elemento path.

Aplica-se a