Table of Contents

Class LayerView

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public class LayerView : FrameworkElement, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
LayerView
Implements
Inherited Members
Extension Methods

Constructors

LayerView()

public LayerView()

Fields

CoordProperty

public static readonly DependencyProperty CoordProperty

Field Value

DependencyProperty

CoordinateChangedRoutedEvent

public static readonly RoutedEvent CoordinateChangedRoutedEvent

Field Value

RoutedEvent

MessagesProperty

public static readonly DependencyProperty MessagesProperty

Field Value

DependencyProperty

OffsetProperty

public static readonly DependencyProperty OffsetProperty

Field Value

DependencyProperty

RectProperty

public static readonly DependencyProperty RectProperty

Field Value

DependencyProperty

ScaleProperty

public static readonly DependencyProperty ScaleProperty

Field Value

DependencyProperty

SelectedLayerProperty

public static readonly DependencyProperty SelectedLayerProperty

Field Value

DependencyProperty

Properties

Coord

public RotateCoordinate Coord { get; }

Property Value

RotateCoordinate

Layers

public ObservableCollection<ILayer> Layers { get; }

Property Value

ObservableCollection<ILayer>

Messages

public Messages Messages { get; set; }

Property Value

Messages

SelectedLayer

public ILayer SelectedLayer { get; set; }

Property Value

ILayer

VisualChildrenCount

Gets the number of visual child elements within this element.

protected override int VisualChildrenCount { get; }

Property Value

int

The number of visual child elements for this element.

Methods

AnimationCenterTo(Point)

public void AnimationCenterTo(Point point)

Parameters

point Point

AnimationPanZoomToAll()

public void AnimationPanZoomToAll()

AnimationPoints(Action, params Point[])

public void AnimationPoints(Action completedAction, params Point[] points)

Parameters

completedAction Action
points Point[]

AnimationRectTo(Rect)

public void AnimationRectTo(Rect rect)

Parameters

rect Rect

AnimationRects(Action, params Rect[])

public void AnimationRects(Action completedAction, params Rect[] rects)

Parameters

completedAction Action
rects Rect[]

AnimationZoom(Point, bool)

public void AnimationZoom(Point center, bool zoomIn)

Parameters

center Point
zoomIn bool

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

Size

The actual size used.

GetBounds()

public Rect GetBounds()

Returns

Rect

GetPanCenterToOffset(Point)

public Point GetPanCenterToOffset(Point ptCenter)

Parameters

ptCenter Point

Returns

Point

GetPanZoomToViewScale(Rect, double, double, bool)

public double GetPanZoomToViewScale(Rect rc, double pixelMarginX = 2, double pixelMaringY = 2, bool zoomIn = true)

Parameters

rc Rect
pixelMarginX double
pixelMaringY double
zoomIn bool

Returns

double

GetTargetCoord(Rect, double, double, bool)

public Tuple<double, Point> GetTargetCoord(Rect rc, double pixelMarginX = 2, double pixelMaringY = 2, bool zoomIn = true)

Parameters

rc Rect
pixelMarginX double
pixelMaringY double
zoomIn bool

Returns

Tuple<double, Point>

GetVisualChild(int)

Overrides GetVisualChild(int), and returns a child at the specified index from a collection of child elements.

protected override Visual GetVisualChild(int index)

Parameters

index int

The zero-based index of the requested child element in the collection.

Returns

Visual

The requested child element. This should not return null; if the provided index is out of range, an exception is thrown.

InitCoord()

public void InitCoord()

IsFitRect(Rect)

public bool IsFitRect(Rect rect)

Parameters

rect Rect

Returns

bool

MeasureOverride(Size)

When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.

protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize Size

The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available.

Returns

Size

The size that this element determines it needs during layout, based on its calculations of child element sizes.

OnCoordinateChanged()

protected void OnCoordinateChanged()

OnScaleChanged(double, double)

protected void OnScaleChanged(double o, double n)

Parameters

o double
n double

PanCenterTo(Point)

public void PanCenterTo(Point ptCenter)

Parameters

ptCenter Point

PanZoomToAll(double)

public void PanZoomToAll(double pixelMargin = 0)

Parameters

pixelMargin double

PanZoomToView(Rect, double, double, bool)

public void PanZoomToView(Rect rc, double pixelMarginX = 2, double pixelMaringY = 2, bool zoomIn = true)

Parameters

rc Rect
pixelMarginX double
pixelMaringY double
zoomIn bool

RefreshDraw()

public void RefreshDraw()

RotateAt(double, Point)

public void RotateAt(double angle, Point center)

Parameters

angle double
center Point

StopAnimation()

public void StopAnimation()

Zoom(Point, bool)

public void Zoom(Point center, bool zoomIn)

Parameters

center Point
zoomIn bool

Zoom(Point, double)

public void Zoom(Point center, double scale)

Parameters

center Point
scale double

Events

CoordinateChanged

public event RoutedEventHandler CoordinateChanged

Event Type

RoutedEventHandler