Class SurfaceHandler
Inheritance
System.Object
SurfaceHandler
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SurfaceHandler : ISurfaceHandler
Constructors
SurfaceHandler(IItemHandlerFactory)
Declaration
public SurfaceHandler(IItemHandlerFactory itemHandlerFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IItemHandlerFactory | itemHandlerFactory |
Methods
ApplyLayout(Surface, Boolean)
Declaration
public void ApplyLayout(Surface surface, bool isForceLegacyTextRenderingRequired = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Surface | surface | |
| System.Boolean | isForceLegacyTextRenderingRequired |
GetBoundsData(Surface)
Declaration
public RectangleF GetBoundsData(Surface surface)
Parameters
| Type | Name | Description |
|---|---|---|
| Surface | surface |
Returns
| Type | Description |
|---|---|
| System.Drawing.RectangleF |
GetOffset(Surface, PrintArea)
Declaration
public PointF GetOffset(Surface surface, PrintArea printArea)
Parameters
| Type | Name | Description |
|---|---|---|
| Surface | surface | |
| PrintArea | printArea |
Returns
| Type | Description |
|---|---|
| System.Drawing.PointF |