C# 클래스 Cocoa.BezierPath

상속: Object
파일 보기 프로젝트 열기: mono/cocoa-sharp

공개 메소드들

메소드 설명
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