次の方法で共有


CGContext.BeginTransparencyLayer メソッド

定義

オーバーロード

BeginTransparencyLayer(CGRect, NSDictionary)
BeginTransparencyLayer(NSDictionary)

を使用すると EndTransparencyLayer()、完全に透明なレイヤーに対する操作が囲まれます。

BeginTransparencyLayer(CGRect, NSDictionary)

public void BeginTransparencyLayer (CoreGraphics.CGRect rectangle, Foundation.NSDictionary auxiliaryInfo = null);
member this.BeginTransparencyLayer : CoreGraphics.CGRect * Foundation.NSDictionary -> unit

パラメーター

rectangle
CGRect
auxiliaryInfo
NSDictionary

適用対象

BeginTransparencyLayer(NSDictionary)

を使用すると EndTransparencyLayer()、完全に透明なレイヤーに対する操作が囲まれます。

public void BeginTransparencyLayer (Foundation.NSDictionary auxiliaryInfo = null);
member this.BeginTransparencyLayer : Foundation.NSDictionary -> unit

パラメーター

auxiliaryInfo
NSDictionary

補助情報の辞書。 null でもかまいません。

こちらもご覧ください

  • <xref:CoreGraphics.CGContext.BeginTransparencyLayer>

適用対象