CGPattern Constructors
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.
Overloads
CGPattern(IntPtr) | |
CGPattern(CGRect, CGAffineTransform, nfloat, nfloat, CGPatternTiling, Boolean, CGPattern+DrawPattern) |
CGPattern(IntPtr)
public CGPattern (IntPtr handle);
new CoreGraphics.CGPattern : nativeint -> CoreGraphics.CGPattern
Parameters
- handle
-
IntPtr
nativeint
Applies to
CGPattern(CGRect, CGAffineTransform, nfloat, nfloat, CGPatternTiling, Boolean, CGPattern+DrawPattern)
public CGPattern (CoreGraphics.CGRect bounds, CoreGraphics.CGAffineTransform matrix, nfloat xStep, nfloat yStep, CoreGraphics.CGPatternTiling tiling, bool isColored, CoreGraphics.CGPattern.DrawPattern drawPattern);
new CoreGraphics.CGPattern : CoreGraphics.CGRect * CoreGraphics.CGAffineTransform * nfloat * nfloat * CoreGraphics.CGPatternTiling * bool * CoreGraphics.CGPattern.DrawPattern -> CoreGraphics.CGPattern
Parameters
- bounds
- CGRect
- matrix
- CGAffineTransform
- xStep
- nfloat
- yStep
- nfloat
- tiling
- CGPatternTiling
- isColored
- Boolean
- drawPattern
- CGPattern.DrawPattern