Метод | Описание | |
---|---|---|
BezierPath ( |
Default Constructor
|
|
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. |
|
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 BezierPath ( |
||
native_object | ||
Результат | System |
public static FillRect ( |
||
bounds | /// A rectangle in the current coordinate system. /// | |
Результат | void |
public static StrokeRect ( |
||
bounds | /// A rectangle in the current coordinate system. /// | |
Результат | void |