====== ThinkGeo.MapSuite.Drawing.GeoFont ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Drawing.GeoFont** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoFont() ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters ==
** {{wiki:PublicMethod.gif|}} GeoFont(String,Single) ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters == * //fontName// * Type:String * Description:This parameter represents the name of the font to be used. * //size// * Type:Single * Description:This parameter represents the size of the font to be used. ** {{wiki:PublicMethod.gif|}} GeoFont(String,Single,DrawingFontStyles) ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters == * //fontName// * Type:String * Description:This parameter represents the name of the font to be used. * //size// * Type:Single * Description:This parameter represents the size of the font to be used. * //style// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:This parameter represents the style of the font to be used. ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} IsBold ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsStrikeout ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsItalic ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsUnderline ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} FontName ** * //N/A// == Remarks == * //None// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Size ** * //N/A// == Remarks == * //None// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Style ** * //N/A// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 ==== Protected Properties ==== ==== Public Events ====