CGGradient 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
漸層定義。
public class CGGradient : IDisposable, ObjCRuntime.INativeObject
type CGGradient = class
interface INativeObject
interface IDisposable
- 繼承
-
CGGradient
- 實作
備註
定義 CGGradient 色彩之間的平滑轉換。
若要使用 CGGradient ,應用程式開發人員通常必須建立自訂 UIView 並覆寫其 Draw(CGRect) 方法。 應用程式開發人員應該將 視為 CAGradientLayer 更容易使用的替代方案。
建構函式
CGGradient(CGColorSpace, CGColor[], nfloat[]) |
漸層定義。 |
CGGradient(CGColorSpace, CGColor[]) |
漸層定義。 |
CGGradient(CGColorSpace, nfloat[], nfloat[]) |
漸層定義。 |
CGGradient(CGColorSpace, nfloat[]) |
漸層定義。 |
屬性
Handle |
處理非受控物件標記法) (指標。 |
方法
Dispose() |
釋放 CGGradient 物件所使用的資源。 |
Dispose(Boolean) |
釋放 CGGradient 物件所使用的資源。 |
Finalize() |
CGGradient 物件的完成項 |
適用於
另請參閱
- <xref:CoreGraphics.CGContext.DrawLinearGradient>
- <xref:CoreGraphics.CGContext.DrawRadialGradient>
- CAGradientLayer
- 擷皮