Table of Contents

Class DefectShape

Namespace
HeBianGu.Control.ImagePlayer
Assembly
HeBianGu.Control.ImagePlayer.dll

缺陷形状

public class DefectShape : DataRectangleShape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IRectangleStroke
Inheritance
DefectShape
Implements
Inherited Members
Extension Methods

Constructors

DefectShape()

构造函数

public DefectShape()

DefectShape(RectangleShape)

构造函数

public DefectShape(RectangleShape rectangle)

Parameters

rectangle RectangleShape

DefectShape(double, double, double, double)

构造函数

public DefectShape(double x, double y, double width, double height)

Parameters

x double
y double
width double
height double

DefectShape(Point, Point)

构造函数

public DefectShape(Point start, Point end)

Parameters

start Point
end Point