CGPattern Class

Definition

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

Applies to

See also