Cocoa.Color.DrawSwatchInRect C# (CSharp) Метод

DrawSwatchInRect() публичный Метод

public DrawSwatchInRect ( Rect rect ) : void
rect Rect
Результат void
        public void DrawSwatchInRect( Rect rect )
        {
            ObjCMessaging.objc_msgSend (NativeObject, "drawSwatchInRect:", typeof (void), typeof (Rect), rect);
        }