Class DynamicShape
- Namespace
- HeBianGu.Control.ImagePlayer
- Assembly
- HeBianGu.Control.ImagePlayer.dll
动态变换的矩形形状
public class DynamicShape : RectangleShape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IRectangleStroke
- Inheritance
-
DynamicShape
- Implements
- Inherited Members
- Extension Methods
Constructors
DynamicShape()
构造函数
public DynamicShape()
DynamicShape(RectangleShape)
构造函数
public DynamicShape(RectangleShape rectangle)
Parameters
rectangle
RectangleShape
DynamicShape(double, double, double, double)
构造函数
public DynamicShape(double x, double y, double width, double height)
Parameters
DynamicShape(Point, Point)
构造函数
public DynamicShape(Point start, Point end)
Parameters
Fields
HeightMatchProperty
public static readonly DependencyProperty HeightMatchProperty
Field Value
WidthMatchProperty
public static readonly DependencyProperty WidthMatchProperty
Field Value
Properties
HeightMatch
匹配的高度
public int HeightMatch { get; set; }
Property Value
WidthMatch
匹配的宽度
public int WidthMatch { get; set; }
Property Value
Methods
BegionMatch(bool)
通过_initFlag标识是否开始计算匹配
public void BegionMatch(bool flag)
Parameters
flag
bool
IsMatch()
是否匹配
public bool IsMatch()
Returns
Refresh(Point, Point)
鼠标移动时刷新图形
public void Refresh(Point start, Point end)