Method |
Description |
|
Equals ( object obj ) : bool |
|
|
FromDouble ( double scalar ) : ScaleFactor |
|
|
GetHashCode ( ) : int |
|
|
GetNextLarger ( ) : ScaleFactor |
Rounds the current scaling factor up to the next power of two. |
|
GetNextSmaller ( ) : ScaleFactor |
|
|
Max ( ScaleFactor lhs, ScaleFactor rhs ) : ScaleFactor |
|
|
Max ( int n1, int d1, int n2, int d2, ScaleFactor lastResort ) : ScaleFactor |
|
|
Min ( ScaleFactor lhs, ScaleFactor rhs ) : ScaleFactor |
|
|
Min ( int n1, int d1, int n2, int d2, ScaleFactor lastResort ) : ScaleFactor |
|
|
ScaleFactor ( int numerator, int denominator ) : System |
|
|
ScalePoint ( Point p ) : Point |
|
|
ScalePoint ( PointD p ) : PointD |
|
|
ScalePointJustX ( Point p ) : Point |
|
|
ScalePointJustX ( PointD p ) : PointD |
|
|
ScalePointJustY ( Point p ) : Point |
|
|
ScalePointJustY ( PointD p ) : PointD |
|
|
ScaleRectangle ( Rectangle rect ) : Rectangle |
|
|
ScaleScalar ( double x ) : double |
|
|
ScaleScalar ( float x ) : float |
|
|
ScaleScalar ( int x ) : int |
|
|
ScaleSize ( Size s ) : Size |
|
|
UnscalePoint ( Point p ) : Point |
|
|
UnscalePoint ( PointD p ) : PointD |
|
|
UnscalePointJustX ( Point p ) : Point |
|
|
UnscalePointJustX ( PointD p ) : PointD |
|
|
UnscalePointJustY ( Point p ) : Point |
|
|
UnscalePointJustY ( PointD p ) : PointD |
|
|
UnscaleRectangle ( Rectangle rect ) : Rectangle |
|
|
UnscaleScalar ( double x ) : double |
|
|
UnscaleScalar ( float x ) : float |
|
|
UnscaleScalar ( int x ) : int |
|
|
UnscaleSize ( Size s ) : Size |
|
|
UseIfValid ( int numerator, int denominator, ScaleFactor lastResort ) : ScaleFactor |
|
|
operator ( ) : bool |
|
|