C# Class SidebarDiagnostics.Windows.WorkArea

显示文件 Open project: ArcadeRenegade/SidebarDiagnostics Class Usage Examples

Public Methods

Method Description
FromRECT ( RECT rect ) : WorkArea
Offset ( double x, double y ) : void
Scale ( double x, double y ) : void
SetWidth ( DockEdge edge, double width ) : void

Method Details

FromRECT() public static method

public static FromRECT ( RECT rect ) : WorkArea
rect RECT
return WorkArea

Offset() public method

public Offset ( double x, double y ) : void
x double
y double
return void

Scale() public method

public Scale ( double x, double y ) : void
x double
y double
return void

SetWidth() public method

public SetWidth ( DockEdge edge, double width ) : void
edge DockEdge
width double
return void