CGShading 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 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 |