Class Footer
Implements the footer class used by the Essential Diagram printing system. HeaderFooterBase Header
Implements
System.Runtime.Serialization.ISerializable
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class Footer : HeaderFooterBase, ISerializable, ICloneable
Constructors
Footer()
Initializes a new instance of the Footer class.
Declaration
public Footer()
Footer(SerializationInfo, StreamingContext)
Initializes a new instance of the Footer class.
Declaration
public Footer(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The info. |
System.Runtime.Serialization.StreamingContext | context | The context. |
Methods
GetHeight(Graphics, Single, Single, RectangleF)
Gets the height.
Declaration
public override float GetHeight(Graphics g, float pagewidth, float pageheight, RectangleF marginBounds)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | The graphics to draw. |
System.Single | pagewidth | The pagewidth. |
System.Single | pageheight | The pageheight. |
System.Drawing.RectangleF | marginBounds | The margin bounds. |
Returns
Type | Description |
---|---|
System.Single | The height. |
Overrides
Implements
System.Runtime.Serialization.ISerializable
System.ICloneable