Class BlueprintLayer
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
CenterProperty
public static readonly DependencyProperty CenterProperty
Field Value
HeightProperty
public static readonly DependencyProperty HeightProperty
Field Value
UseBorderProperty
public static readonly DependencyProperty UseBorderProperty
Field Value
UseCenterLineProperty
public static readonly DependencyProperty UseCenterLineProperty
Field Value
WidthProperty
public static readonly DependencyProperty WidthProperty
Field Value
Properties
BorderMargin
public Thickness BorderMargin { get; set; }
Property Value
Center
public Point Center { get; set; }
Property Value
Height
public double Height { get; set; }
Property Value
UseBorder
public bool UseBorder { get; set; }
Property Value
UseCenterLine
public bool UseCenterLine { get; set; }
Property Value
Width
public double Width { get; set; }
Property Value
Methods
Draw(IDrawing)
public override void Draw(IDrawing dc)
Parameters
dc
IDrawing
GetSize()
public override Size GetSize()
Returns
OnScaleChanged(object, ObjectRoutedEventArgs<Tuple<double, double>>)
public override void OnScaleChanged(object sender, ObjectRoutedEventArgs<Tuple<double, double>> e)
Parameters
sender
objecte
ObjectRoutedEventArgs<Tuple<double, double>>