Interface ISurfaceHandler
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ISurfaceHandler
Methods
ApplyLayout(Surface, Boolean)
Declaration
void ApplyLayout(Surface surface, bool isForceLegacyTextRenderingRequired = false)
Parameters
| Type |
Name |
Description |
| Surface |
surface |
|
| System.Boolean |
isForceLegacyTextRenderingRequired |
|
GetBoundsData(Surface)
Declaration
RectangleF GetBoundsData(Surface surface)
Parameters
| Type |
Name |
Description |
| Surface |
surface |
|
Returns
| Type |
Description |
| System.Drawing.RectangleF |
|
GetOffset(Surface, PrintArea)
Declaration
PointF GetOffset(Surface surface, PrintArea printArea)
Parameters
Returns
| Type |
Description |
| System.Drawing.PointF |
|