Table of Contents

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

x double
y double
width double
height double

DynamicShape(Point, Point)

构造函数

public DynamicShape(Point start, Point end)

Parameters

start Point
end Point

Fields

HeightMatchProperty

public static readonly DependencyProperty HeightMatchProperty

Field Value

DependencyProperty

WidthMatchProperty

public static readonly DependencyProperty WidthMatchProperty

Field Value

DependencyProperty

Properties

HeightMatch

匹配的高度

public int HeightMatch { get; set; }

Property Value

int

WidthMatch

匹配的宽度

public int WidthMatch { get; set; }

Property Value

int

Methods

BegionMatch(bool)

通过_initFlag标识是否开始计算匹配

public void BegionMatch(bool flag)

Parameters

flag bool

IsMatch()

是否匹配

public bool IsMatch()

Returns

bool

Refresh(Point, Point)

鼠标移动时刷新图形

public void Refresh(Point start, Point end)

Parameters

start Point
end Point