CGContext.SetPatternPhase(CGSize) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Translates the pattern prior to beginning to tile it.
public void SetPatternPhase (CoreGraphics.CGSize phase);
member this.SetPatternPhase : CoreGraphics.CGSize -> unit
Parameters
- phase
- CGSize
The pattern's origin, in user space.
Remarks
The default phase
is [0,0]. The phase
is specified in user space and translates the pattern in X and Y before the pattern tiling begins.