Cocoa.Color.DrawSwatchInRect C# (CSharp) Method

DrawSwatchInRect() public method

public DrawSwatchInRect ( Rect rect ) : void
rect Rect
return void
        public void DrawSwatchInRect( Rect rect )
        {
            ObjCMessaging.objc_msgSend (NativeObject, "drawSwatchInRect:", typeof (void), typeof (Rect), rect);
        }