Property | Type | Description | |
---|---|---|---|
ScreenArea | int | ||
ScreenHeight | int | ||
ScreenWidth | int |
Method | Description | |
---|---|---|
ComputeBoundingBox ( |
||
ComputeEllipseSize ( |
||
DrawLine ( |
||
DrawRectangles ( |
||
GetContext ( bool highQuality, |
||
WorldToScreen ( |
public static ComputeBoundingBox ( |
||
position | ||
cameraBounds | ||
width | double | |
height | double | |
return |
public static ComputeEllipseSize ( |
||
position | ||
cameraBounds | ||
radius | double | |
return |
public static DrawLine ( |
||
graphics | ||
cameraBounds | ||
start | ||
end | ||
color | ||
return | void |
public static DrawRectangles ( |
||
graphics | ||
rectangles | List |
|
color | ||
return | void |
public static GetContext ( bool highQuality, |
||
highQuality | bool | |
source | ||
return |
public static WorldToScreen ( |
||
point | ||
cameraBounds | ||
return |