Class DataRectangleShape
- Namespace
- HeBianGu.Control.ImagePlayer
- Assembly
- HeBianGu.Control.ImagePlayer.dll
public class DataRectangleShape : RectangleShape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IRectangleStroke
- Inheritance
-
DataRectangleShape
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DataRectangleShape()
构造函数
public DataRectangleShape()
DataRectangleShape(RectangleShape)
构造函数
public DataRectangleShape(RectangleShape rectangle)
Parameters
rectangle
RectangleShape
DataRectangleShape(double, double, double, double)
构造函数
public DataRectangleShape(double x, double y, double width, double height)
Parameters
DataRectangleShape(Point, Point)
构造函数
public DataRectangleShape(Point start, Point end)