NSGradient.DrawInRect Método

Definição

Sobrecargas

DrawInRect(CGRect, CGPoint)
DrawInRect(CGRect, nfloat)

DrawInRect(CGRect, CGPoint)

[Foundation.Export("drawInRect:relativeCenterPosition:")]
public virtual void DrawInRect (CoreGraphics.CGRect rect, CoreGraphics.CGPoint relativeCenterPosition);
abstract member DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGPoint -> unit
override this.DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGPoint -> unit

Parâmetros

rect
CGRect
relativeCenterPosition
CGPoint
Atributos

Aplica-se a

DrawInRect(CGRect, nfloat)

[Foundation.Export("drawInRect:angle:")]
public virtual void DrawInRect (CoreGraphics.CGRect rect, nfloat angle);
abstract member DrawInRect : CoreGraphics.CGRect * nfloat -> unit
override this.DrawInRect : CoreGraphics.CGRect * nfloat -> unit

Parâmetros

rect
CGRect
angle
nfloat
Atributos

Aplica-se a