ShapeCoordinate

class HPS.ShapeCoordinate : public IDisposable

Public Functions

void Dispose ()
bool Equals (HPS.ShapeCoordinate in_that)
override bool Equals (Object obj)
override int GetHashCode ()
HPS.ShapeCoordinate SetMargins (float in_margin_one)
HPS.ShapeCoordinate SetMargins (float in_margin_one, float in_margin_two)
HPS.ShapeCoordinate SetMargins (float in_margin_one, float in_margin_two, float in_margin_three)
HPS.ShapeCoordinate SetMargins (float in_margin_one, float in_margin_two, float in_margin_three, float in_margin_four)
ShapeCoordinate ()
ShapeCoordinate (float in_x, float in_y)
ShapeCoordinate (float in_x, float in_y, float in_radius)
ShapeCoordinate (float in_x, float in_y, float in_radius, float[] in_margins)
ShapeCoordinate (float in_x, float in_y, float[] in_margins)
bool ShowMargins (out float[] out_margins)
HPS.ShapeCoordinate UnsetMargins ()

Properties

float[] margins { get; set; }
float radius { get; set; }
float x { get; set; }
float y { get; set; }

Public Static Functions

bool operator!= (HPS.ShapeCoordinate a, HPS.ShapeCoordinate b)
bool operator== (HPS.ShapeCoordinate a, HPS.ShapeCoordinate b)