Méthode | Description | |
---|---|---|
Height ( double height ) : double |
Returns a screen height from an absolute height.
|
|
ImageSpace ( double width, double height ) : R3.Geometry |
Takes in width/height of an Image/Canvas. For a bitmap, this is number of pixels.
|
|
Pixel ( Vector3D point ) : Vector3D |
Returns a screen pixel from an absolute location. NOTE: We don't return a 'Point' because it is different in Forms/Silverlight.
|
|
Pixel ( |
VectorNDs are assumed to be 4D.
|
|
Point ( Vector3D Pixel ) : Vector3D |
Returns an absolute location from a screen pixel. NOTE: We don't take in a 'Point' because it is different in Forms/Silverlight.
|
|
Width ( double width ) : double |
Returns a screen width from an absolute width.
|
public ImageSpace ( double width, double height ) : R3.Geometry | ||
width | double | |
height | double | |
Résultat | R3.Geometry |
public Pixel ( |
||
point | ||
Résultat |