CGPattern Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CGPattern(IntPtr) | |
CGPattern(CGRect, CGAffineTransform, nfloat, nfloat, CGPatternTiling, Boolean, CGPattern+DrawPattern) |
CGPattern(IntPtr)
public CGPattern (IntPtr handle);
new CoreGraphics.CGPattern : nativeint -> CoreGraphics.CGPattern
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
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
Paramètres
- bounds
- CGRect
- matrix
- CGAffineTransform
- xStep
- nfloat
- yStep
- nfloat
- tiling
- CGPatternTiling
- isColored
- Boolean
- drawPattern
- CGPattern.DrawPattern