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