C# Class PixelFarm.Agg.Lines.LineAAVertex

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
len int
x int
y int

Public Methods

Method Description
IsDiff ( LineAAVertex val ) : bool
LineAAVertex ( int x, int y ) : System

Method Details

IsDiff() public method

public IsDiff ( LineAAVertex val ) : bool
val LineAAVertex
return bool

LineAAVertex() public method

public LineAAVertex ( int x, int y ) : System
x int
y int
return System

Property Details

len public_oe property

public int len
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int