CGPath Конструкторы

Определение

Перегрузки

CGPath()

Создает пустой словарь CGPath.

CGPath(CGPath)

Создает новый CGPath объект из предоставленного basePathобъекта .

CGPath(IntPtr)
CGPath(CGPath, CGAffineTransform)

Создает новый CGPath объект из предоставленного reference пути, применяя указанный transform

CGPath()

Создает пустой словарь CGPath.

public CGPath ();

Применяется к

CGPath(CGPath)

Создает новый CGPath объект из предоставленного basePathобъекта .

public CGPath (CoreGraphics.CGPath basePath);
new CoreGraphics.CGPath : CoreGraphics.CGPath -> CoreGraphics.CGPath

Параметры

basePath
CGPath

Применяется к

CGPath(IntPtr)

public CGPath (IntPtr handle);
new CoreGraphics.CGPath : nativeint -> CoreGraphics.CGPath

Параметры

handle
IntPtr

nativeint

Применяется к

CGPath(CGPath, CGAffineTransform)

Создает новый CGPath объект из предоставленного reference пути, применяя указанный transform

public CGPath (CoreGraphics.CGPath reference, CoreGraphics.CGAffineTransform transform);
new CoreGraphics.CGPath : CoreGraphics.CGPath * CoreGraphics.CGAffineTransform -> CoreGraphics.CGPath

Параметры

reference
CGPath
transform
CGAffineTransform

Применяется к