CGShading Class
Definition
A type that represents a Quartz shading.
public class CGShading : IDisposable, ObjCRuntime.INativeObject
type CGShading = class
interface INativeObject
interface IDisposable
- Inheritance
-
CGShading
- Implements
Constructors
CGShading(IntPtr) |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
Methods
CreateAxial(CGColorSpace, CGPoint, CGPoint, CGFunction, Boolean, Boolean) | |
CreateRadial(CGColorSpace, CGPoint, nfloat, CGPoint, nfloat, CGFunction, Boolean, Boolean) | |
Dispose() |
Releases the resources used by the CGShading object. |
Dispose(Boolean) |
Releases the resources used by the CGShading object. |
Finalize() |
Finalizer for the CGShading object |