Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetRenderer ( int ws ) : IRenderEngine |
Get a rendering engine for the specified ws and the current VwGraphics.
|
|
LayoutInfo ( |
||
LayoutInfo ( int dx, int dy, int dpiX, int dpiY, int maxWidth, IVwGraphics graphics, IRendererFactory rf ) : System |
This class represents the information needed to lay out part of the display.
|
|
WithMaxWidthOffsetBy ( int maxWidth, int dx, int dy ) : |
Answer an otherwise identical LayoutTransform with the specified maximum layout width, adjusted appropriately for a child box of a box with Left = dx, Top = dy. Should be consistent with LayoutTransform.OffsetBy.
|
public GetRenderer ( int ws ) : IRenderEngine | ||
ws | int | |
return | IRenderEngine |
public LayoutInfo ( |
||
source | ||
maxWidth | int | |
graphics | IVwGraphics | |
rf | IRendererFactory | |
return | System |
public LayoutInfo ( int dx, int dy, int dpiX, int dpiY, int maxWidth, IVwGraphics graphics, IRendererFactory rf ) : System | ||
dx | int | |
dy | int | |
dpiX | int | |
dpiY | int | |
maxWidth | int | The maximum width available for layout (in units indicated by dpiX). |
graphics | IVwGraphics | |
rf | IRendererFactory | |
return | System |
public WithMaxWidthOffsetBy ( int maxWidth, int dx, int dy ) : |
||
maxWidth | int | |
dx | int | |
dy | int | |
return |