Class ZoomboxView
[TypeConverter(typeof(ZoomboxViewConverter))]
public class ZoomboxView
- Inheritance
-
ZoomboxView
- Inherited Members
- Extension Methods
Constructors
ZoomboxView()
public ZoomboxView()
ZoomboxView(double)
public ZoomboxView(double scale)
Parameters
scale
double
ZoomboxView(double, double)
public ZoomboxView(double x, double y)
Parameters
ZoomboxView(double, double, double)
public ZoomboxView(double scale, double x, double y)
Parameters
ZoomboxView(double, double, double, double)
public ZoomboxView(double x, double y, double width, double height)
Parameters
ZoomboxView(double, Point)
public ZoomboxView(double scale, Point position)
Parameters
ZoomboxView(Point)
public ZoomboxView(Point position)
Parameters
position
Point
ZoomboxView(Rect)
public ZoomboxView(Rect region)
Parameters
region
Rect
Properties
Center
public static ZoomboxView Center { get; }
Property Value
Empty
public static ZoomboxView Empty { get; }
Property Value
Fill
public static ZoomboxView Fill { get; }
Property Value
Fit
public static ZoomboxView Fit { get; }
Property Value
Position
public Point Position { get; set; }
Property Value
Region
public Rect Region { get; set; }
Property Value
Scale
public double Scale { get; set; }
Property Value
ViewKind
public ZoomboxViewKind ViewKind { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object o)
Parameters
o
object
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
operator ==(ZoomboxView, ZoomboxView)
public static bool operator ==(ZoomboxView v1, ZoomboxView v2)
Parameters
v1
ZoomboxViewv2
ZoomboxView
Returns
operator !=(ZoomboxView, ZoomboxView)
public static bool operator !=(ZoomboxView v1, ZoomboxView v2)
Parameters
v1
ZoomboxViewv2
ZoomboxView