CGPattern Class
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.
A pattern to draw in a CGContext.
public class CGPattern : IDisposable, ObjCRuntime.INativeObject
type CGPattern = class
interface INativeObject
interface IDisposable
- Inheritance
-
CGPattern
- Implements
Constructors
CGPattern(CGRect, CGAffineTransform, nfloat, nfloat, CGPatternTiling, Boolean, CGPattern+DrawPattern) | |
CGPattern(IntPtr) |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
Methods
Dispose() |
Releases the resources used by the CGPattern object. |
Dispose(Boolean) |
Releases the resources used by the CGPattern object. |
Finalize() |
Finalizer for the CGPattern object |