C# 클래스 Monobjc.ApplicationServices.CGFloat

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
value float

공개 메소드들

메소드 설명
CGFloat ( float value )

Initializes a new instance of the CGFloat struct.

ToString ( ) : string

Returns the a string representation of this instance.

메소드 상세

CGFloat() 공개 메소드

Initializes a new instance of the CGFloat struct.
public CGFloat ( float value )
value float The value.

ToString() 공개 메소드

Returns the a string representation of this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

value 공개적으로 프로퍼티

The wrapped value.
public float value
리턴 float