C# Класс Cocoa.BezierPath

Наследование: Object
Показать файл Открыть проект

Открытые методы

Метод Описание
BezierPath ( IntPtr native_object ) : System

Default Constructor

FillRect ( Rect bounds ) : void

Fills the specified rectangular path with the current fill color.

This method fills the specified region immediately. This method uses the compositing operation returned by the compositingOperation method of NSGraphicsContext.

StrokeRect ( Rect bounds ) : void

Strokes the path of the specified rectangle using the current stroke color and the default drawing attributes

The path is drawn beginning at the rectangleÕs origin and proceeding in a counterclockwise direction. This method strokes the specified path immediately.

Описание методов

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

Default Constructor
public BezierPath ( IntPtr native_object ) : System
native_object System.IntPtr
Результат System

FillRect() публичный статический Метод

Fills the specified rectangular path with the current fill color.
This method fills the specified region immediately. This method uses the compositing operation returned by the compositingOperation method of NSGraphicsContext.
public static FillRect ( Rect bounds ) : void
bounds Rect /// A rectangle in the current coordinate system. ///
Результат void

StrokeRect() публичный статический Метод

Strokes the path of the specified rectangle using the current stroke color and the default drawing attributes
The path is drawn beginning at the rectangleÕs origin and proceeding in a counterclockwise direction. This method strokes the specified path immediately.
public static StrokeRect ( Rect bounds ) : void
bounds Rect /// A rectangle in the current coordinate system. ///
Результат void