Table of Contents

Class BlueprintLayerBase

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

Properties

DPI

public double DPI { get; }

Property Value

double

Offset

public Point Offset { get; protected set; }

Property Value

Point

Scale

public double Scale { get; protected set; }

Property Value

double

Methods

DeviceToLogical(Point)

public virtual Point DeviceToLogical(Point pt)

Parameters

pt Point

Returns

Point

DeviceToLogical(Rect)

public virtual Rect DeviceToLogical(Rect rc)

Parameters

rc Rect

Returns

Rect

GetFitCoord()

protected Tuple<double, Point> GetFitCoord()

Returns

Tuple<double, Point>

GetSize()

public abstract Size GetSize()

Returns

Size

LogicalToDevice(Point)

public virtual Point LogicalToDevice(Point pt)

Parameters

pt Point

Returns

Point

LogicalToDevice(Rect)

public virtual Rect LogicalToDevice(Rect rc)

Parameters

rc Rect

Returns

Rect