Table of Contents

Interface IBlueprintLayer

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public interface IBlueprintLayer : ILayer
Inherited Members
Extension Methods

Properties

DPI

double DPI { get; }

Property Value

double

Offset

Point Offset { get; }

Property Value

Point

Scale

double Scale { get; }

Property Value

double

Methods

DeviceToLogical(Point)

Point DeviceToLogical(Point pt)

Parameters

pt Point

Returns

Point

DeviceToLogical(Rect)

Rect DeviceToLogical(Rect rc)

Parameters

rc Rect

Returns

Rect

GetSize()

Size GetSize()

Returns

Size

LogicalToDevice(Point)

Point LogicalToDevice(Point pt)

Parameters

pt Point

Returns

Point

LogicalToDevice(Rect)

Rect LogicalToDevice(Rect rc)

Parameters

rc Rect

Returns

Rect