CGPattern 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CGPattern(IntPtr) | |
CGPattern(CGRect, CGAffineTransform, nfloat, nfloat, CGPatternTiling, Boolean, CGPattern+DrawPattern) |
CGPattern(IntPtr)
public CGPattern (IntPtr handle);
new CoreGraphics.CGPattern : nativeint -> CoreGraphics.CGPattern
參數
- handle
-
IntPtr
nativeint
適用於
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
參數
- bounds
- CGRect
- matrix
- CGAffineTransform
- xStep
- nfloat
- yStep
- nfloat
- tiling
- CGPatternTiling
- isColored
- Boolean
- drawPattern
- CGPattern.DrawPattern