C# 클래스 MS.Win32.NativeMethods.Point

파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
Point ( double x, double y ) : System

Constructor which accepts the X and Y values

메소드 상세

Point() 공개 메소드

Constructor which accepts the X and Y values
public Point ( double x, double y ) : System
x double The value for the X coordinate of the new Point
y double The value for the Y coordinate of the new Point
리턴 System