Table of Contents

Class SampleShape

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

样本形状

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

Constructors

SampleShape()

构造函数

public SampleShape()

SampleShape(RectangleShape)

构造函数

public SampleShape(RectangleShape rectangle)

Parameters

rectangle RectangleShape

SampleShape(double, double, double, double)

构造函数

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

Parameters

x double
y double
width double
height double

SampleShape(Point, Point)

构造函数

public SampleShape(Point start, Point end)

Parameters

start Point
end Point