[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.CornerRenderer

CornerRenderer Class

Represents the painter of the corner cell.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_uf))]
public class CornerRenderer : IRenderer, IPdfSupport, ISerializable, ISerializeSupport
<TypeConverter(GetType(_uf))>
Public Class CornerRenderer
    Implements IRenderer, IPdfSupport, ISerializable, ISerializeSupport

Constructors

Name Description
CornerRenderer()

Creates a new painter of the corner cell.

CornerRenderer(SerializationInfo, StreamingContext)

Creates a new painter of the corner cell from serialization.

Fields

Name Description
appearance

Sets the appearance.

gridLineInsets

Methods

Name Description
CanBeOverflown()

Determines whether adjacent cells can overflow into this cell.

CanOverflow()

Determines whether this cell can overflow into an adjacent cell.

Deserialize(XmlNodeReader)

Deserializes.

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

GetPreferredSize(Graphics, Size, Appearance, object, float)

Gets the preferred (maximum required) size of the cell for the renderer control.

PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float)

Paints (prints) the cell to PDF.

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

Paints the corner cell when not in edit mode to the specified graphics interface with the specified appearance settings.

PaintCorner(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, string, TextOrientation, bool, HotkeyPrefix, StringTrimming, VisualStyles, bool, bool, float)

Paints the corner cell.

Serialize(XmlTextWriter)

Serializes.

ToHorizontalAlignment(CellHorizontalAlignment)

Converts a FarPoint.Win.Spread.CellHorizontalAlignment value to the corresponding FarPoint.Win.HorizontalAlignment value.

ToString()

Returns the name of the corner renderer.

ToVerticalAlignment(CellVerticalAlignment)

Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value.