C# Class SuperMap.Web.Core.Point2D

Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Private Properties

Property Type Description
IFormattable string
raisePropertyChanged void

Public Methods

Method Description
Clone ( ) : Point2D

${core_Geometry_method_clone_D}

Equals ( Point2D point ) : bool

${core_Point2D_method_equals_Point2D_D}

Equals ( object obj ) : bool

${core_Point2D_method_equals_Object_D}

GetHashCode ( ) : int

${core_Point2D_method_GetHashCode_D}

Offset ( double deltaX, double deltaY ) : Point2D

${core_GeoRegion_method_Offset_D}

Point2D ( double x, double y ) : System

${core_Point2D_constructor_Double_D}

${core_Point2D_constructor_Double_D}

ToString ( ) : string

${core_Point2D_method_toString_D}

ToString ( IFormatProvider provider ) : string

${core_Point2D_method_toString_IFormatProvider_D}

operator ( ) : bool

${core_Point2D_operators_DoubleEquals_D}

Private Methods

Method Description
IFormattable ( string format, IFormatProvider provider ) : string
raisePropertyChanged ( string propertyName ) : void

Method Details

Clone() public method

${core_Geometry_method_clone_D}
public Clone ( ) : Point2D
return Point2D

Equals() public method

${core_Point2D_method_equals_Point2D_D}
public Equals ( Point2D point ) : bool
point Point2D ${core_Point2D_method_equals_Point2D_param_point}
return bool

Equals() public method

${core_Point2D_method_equals_Object_D}
public Equals ( object obj ) : bool
obj object ${core_Point2D_method_equals_Object_param_object}
return bool

GetHashCode() public method

${core_Point2D_method_GetHashCode_D}
public GetHashCode ( ) : int
return int

Offset() public method

${core_GeoRegion_method_Offset_D}
public Offset ( double deltaX, double deltaY ) : Point2D
deltaX double ${core_GeoRegion_method_Offset_param_deltaX}
deltaY double ${core_GeoRegion_method_Offset_param_deltaY}
return Point2D

Point2D() public method

${core_Point2D_constructor_Double_D} ${core_Point2D_constructor_Double_D}
public Point2D ( double x, double y ) : System
x double ${core_Point2D_constructor_Double_param_x}
y double ${core_Point2D_constructor_Double_param_y}
return System

ToString() public method

${core_Point2D_method_toString_D}
public ToString ( ) : string
return string

ToString() public method

${core_Point2D_method_toString_IFormatProvider_D}
public ToString ( IFormatProvider provider ) : string
provider IFormatProvider ${core_Point2D_method_toString_IFormatProvider_param_provider}
return string

operator() public static method

${core_Point2D_operators_DoubleEquals_D}
public static operator ( ) : bool
return bool