Table of Contents

Class BlueprintLayer

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public class BlueprintLayer : BlueprintLayerBase, IMouseLayer, IBlueprintLayer, ILayer
Inheritance
BlueprintLayer
Implements
Inherited Members
Extension Methods

Constructors

BlueprintLayer()

public BlueprintLayer()

Fields

BorderMarginProperty

public static readonly DependencyProperty BorderMarginProperty

Field Value

DependencyProperty

CenterProperty

public static readonly DependencyProperty CenterProperty

Field Value

DependencyProperty

HeightProperty

public static readonly DependencyProperty HeightProperty

Field Value

DependencyProperty

UseBorderProperty

public static readonly DependencyProperty UseBorderProperty

Field Value

DependencyProperty

UseCenterLineProperty

public static readonly DependencyProperty UseCenterLineProperty

Field Value

DependencyProperty

WidthProperty

public static readonly DependencyProperty WidthProperty

Field Value

DependencyProperty

Properties

BorderMargin

public Thickness BorderMargin { get; set; }

Property Value

Thickness

Center

public Point Center { get; set; }

Property Value

Point

Height

public double Height { get; set; }

Property Value

double

UseBorder

public bool UseBorder { get; set; }

Property Value

bool

UseCenterLine

public bool UseCenterLine { get; set; }

Property Value

bool

Width

public double Width { get; set; }

Property Value

double

Methods

Draw(IDrawing)

public override void Draw(IDrawing dc)

Parameters

dc IDrawing

GetSize()

public override Size GetSize()

Returns

Size

OnScaleChanged(object, ObjectRoutedEventArgs<Tuple<double, double>>)

public override void OnScaleChanged(object sender, ObjectRoutedEventArgs<Tuple<double, double>> e)

Parameters

sender object
e ObjectRoutedEventArgs<Tuple<double, double>>