UIBezierPath.ApplyTransform(CGAffineTransform) Method

Definition

Applies an affine transform to this UIBezierPath.

[Foundation.Export("applyTransform:")]
public virtual void ApplyTransform (CoreGraphics.CGAffineTransform transform);
abstract member ApplyTransform : CoreGraphics.CGAffineTransform -> unit
override this.ApplyTransform : CoreGraphics.CGAffineTransform -> unit

Parameters

transform
CGAffineTransform
Attributes

Remarks

This can be used from a background thread.

Applies to