C# 클래스 Praeclarum.Graphics.PointF

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty PointF
X float

공개 메소드들

메소드 설명
PointF ( float x, float y ) : System
ToString ( ) : string
operator ( ) : PointF

메소드 상세

PointF() 공개 메소드

public PointF ( float x, float y ) : System
x float
y float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : PointF
리턴 PointF

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static PointF,Praeclarum.Graphics Empty
리턴 PointF

X 공개적으로 프로퍼티

public float X
리턴 float