[]
Summary description for FontInfo.
[TypeConverter(typeof(FontInfo.Converter))]
public sealed class FontInfo : Item, IGraphItem, ICloneable, IGraphXmlSerializable
Name | Description |
---|---|
FontInfo() | Initializes new (default) instance of the FontInfo object |
FontInfo(Color, Font) | Initializes new instance of the FontInfo object |
FontInfo(Color, Font, float) | Initializes new instance of the FontInfo object |
FontInfo(string) | For internal use only. |
FontInfo(string, GraphXmlSerializationContext) | For internal use only. |
Name | Description |
---|---|
Angle | Rotation angle, clockwise, degrees |
Color | Specifies the text color |
Font | GDI font |
Name | Description |
---|---|
Clone() | This member overrides
|
Equals(object) | Compare the FontInfo object to another System.Object and check if the two are equal. |
GetHashCode() | It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table. |