프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FromXYWidthHeight | void | ||
IFormattable | string | ||
Reset | void | ||
Within | bool |
메소드 | 설명 | |
---|---|---|
Contains ( |
${core_Rectangle2D_method_containsPoint2D_D}
|
|
Contains ( |
${core_Rectangle2D_method_containsRectangle2D_D}
|
|
Contains ( double x, double y ) : bool |
${core_Rectangle2D_method_containsXY_D}
|
|
CreateFromXYWidthHeight ( double x, double y, double width, double height ) : |
${core_Rectangle2D_method_CreateFromXYWidthHeight_D}
|
|
Equals ( |
${core_Rectangle2D_method_equals_D}
|
|
Equals ( object obj ) : bool |
${core_Rectangle2D_method_equalsObject_D}
|
|
Expand ( double expandFactor ) : void |
${core_Rectangle2D_method_Expand_D}
|
|
GetHashCode ( ) : int |
${core_Rectangle2D_method_GetHashCode_D}
|
|
Inflate ( double width, double height ) : void |
${core_Rectangle2D_method_inflate_D_sl}
|
|
Intersect ( |
${core_Rectangle2D_method_intersect_D}
|
|
IntersectsWith ( |
${core_Rectangle2D_method_intersectsWith_D}
|
|
Offset ( double dx, double dy ) : void |
${core_Rectangle2D_method_offset_D}
|
|
Rectangle2D ( |
${core_Rectangle2D_constructor_Point2D_Point2D_D}
|
|
Rectangle2D ( |
${core_Rectangle2D_constructor_Point2D_Double_D}
|
|
Rectangle2D ( double left, double bottom, double right, double top ) : System |
${core_Rectangle2D_constructor_Double_Double_D}
|
|
ToString ( ) : string |
${core_Rectangle2D_method_toString_D}
|
|
ToString ( IFormatProvider provider ) : string |
${core_Rectangle2D_method_toString_IFormatProvider_D}
|
|
Union ( |
${core_Rectangle2D_method_union_Point2D_D}
|
|
Union ( |
${core_Rectangle2D_method_union_Rectangle2D_D}
|
|
Update ( double left, double bottom, double right, double top ) : void |
${core_Rectangle2D_method_Update_D}
|
|
UpdateFromXYWidthHeight ( double x, double y, double width, double height ) : void |
${core_Rectangle2D_method_UpdateFromXYWidthHeight_D}
|
|
operator ( ) : bool |
${core_Rectangle2D_operators_DoubleEquals_D}
|
메소드 | 설명 | |
---|---|---|
FromXYWidthHeight ( double x, double y, double width, double height ) : void | ||
IFormattable ( string format, IFormatProvider provider ) : string | ||
Reset ( ) : void | ||
Within ( |
public Contains ( |
||
point | ${core_Rectangle2D_method_containsPoint2D_param_point} | |
리턴 | bool |
public Contains ( |
||
rect | ${core_Rectangle2D_method_containsRectangle2D_param_rect} | |
리턴 | bool |
public Contains ( double x, double y ) : bool | ||
x | double | ${core_Rectangle2D_method_containsXY_param_x} |
y | double | ${core_Rectangle2D_method_containsXY_param_y} |
리턴 | bool |
public static CreateFromXYWidthHeight ( double x, double y, double width, double height ) : |
||
x | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_x} |
y | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_y} |
width | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_width} |
height | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_height} |
리턴 |
public Equals ( |
||
rectangle | ${core_Rectangle2D_method_equals_param_rectangle} | |
리턴 | bool |
public Equals ( object obj ) : bool | ||
obj | object | ${core_Rectangle2D_method_equalsObject_param_rect} |
리턴 | bool |
public Inflate ( double width, double height ) : void | ||
width | double | ${core_Rectangle2D_method_inflate_param_width_sl} |
height | double | ${core_Rectangle2D_method_inflate_param_height_sl} |
리턴 | void |
public Intersect ( |
||
rect | ${core_Rectangle2D_method_intersect_param_rect} | |
리턴 | void |
public IntersectsWith ( |
||
rect | ${core_Rectangle2D_method_intersectsWith_param_rect} | |
리턴 | bool |
public Offset ( double dx, double dy ) : void | ||
dx | double | ${core_Rectangle2D_method_offset_param_dx} |
dy | double | ${core_Rectangle2D_method_offset_param_dy} |
리턴 | void |
public Rectangle2D ( |
||
point1 | ${core_Rectangle2D_constructor_Point2D_Point2D_param_bottomLeft} | |
point2 | ${core_Rectangle2D_constructor_Point2D_Point2D_param_topRight} | |
리턴 | System |
public Rectangle2D ( |
||
bottomLeft | ${core_Rectangle2D_constructor_Point2D_Double_param_bottomLeft} | |
width | double | ${core_Rectangle2D_constructor_Point2D_Double_param_width} |
height | double | ${core_Rectangle2D_constructor_Point2D_Double_param_height} |
리턴 | System |
public Rectangle2D ( double left, double bottom, double right, double top ) : System | ||
left | double | ${core_Rectangle2D_constructor_Double_Double_param_left} |
bottom | double | ${core_Rectangle2D_constructor_Double_Double_param_bottom} |
right | double | ${core_Rectangle2D_constructor_Double_Double_param_right} |
top | double | ${core_Rectangle2D_constructor_Double_Double_param_top} |
리턴 | System |
public ToString ( IFormatProvider provider ) : string | ||
provider | IFormatProvider | ${core_Rectangle2D_method_toString_IFormatProvider_param_provider} |
리턴 | string |
public Union ( |
||
point | ${core_Rectangle2D_method_union_Point2D_param_point} | |
리턴 | void |
public Union ( |
||
rect | ${core_Rectangle2D_method_union_Rectangle2D_param_rect} | |
리턴 | void |
public Update ( double left, double bottom, double right, double top ) : void | ||
left | double | |
bottom | double | |
right | double | |
top | double | |
리턴 | void |
public UpdateFromXYWidthHeight ( double x, double y, double width, double height ) : void | ||
x | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_x} |
y | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_y} |
width | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_width} |
height | double | ${core_Rectangle2D_method_CreateFromXYWidthHeight_param_height} |
리턴 | void |