C# Class Graphics2D.Point2D

ファイルを表示 Open project: spustlik/plotr Class Usage Examples

Public Properties

Property Type Description
X double
Y double

Public Methods

Method Description
Add ( Point2D p2 ) : Point2D
Point2D ( double x, double y ) : System
Rotate ( double angleRad ) : Point2D
Sub ( Point2D p2 ) : Size2D

Method Details

Add() public method

public Add ( Point2D p2 ) : Point2D
p2 Point2D
return Point2D

Point2D() public method

public Point2D ( double x, double y ) : System
x double
y double
return System

Rotate() public method

public Rotate ( double angleRad ) : Point2D
angleRad double
return Point2D

Sub() public method

public Sub ( Point2D p2 ) : Size2D
p2 Point2D
return Size2D

Property Details

X public_oe property

public double X
return double

Y public_oe property

public double Y
return double