CGPattern Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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