This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.labelinformation [2015/09/21 08:12] admin |
thinkgeo.mapsuite.portablecore.labelinformation [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.LabelInformation ====== | ====== ThinkGeo.MapSuite.Core.LabelInformation ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents the location of a piece of a label that may be drawn. | This class represents the location of a piece of a label that may be drawn. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 8: | Line 11: | ||
| ** {{wiki:PublicMethod.gif|}} LabelInformation() ** | ** {{wiki:PublicMethod.gif|}} LabelInformation() ** | ||
| - | This is the constructor for the class. | + | * //This is the constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | If you use this constructor, you should set the various properties manually. | + | * //If you use this constructor, you should set the various properties manually.// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} LabelInformation(PointShape,String,Double) ** | ** {{wiki:PublicMethod.gif|}} LabelInformation(PointShape,String,Double) ** | ||
| - | This is the constructor for the class. | + | * //This is the constructor for the class.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //positionInScreenCoordinates// | * //positionInScreenCoordinates// | ||
| Line 36: | Line 39: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 48: | Line 51: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 64: | Line 67: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 76: | Line 79: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 89: | Line 92: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 101: | Line 104: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 114: | Line 117: | ||
| ** {{wiki:PublicProperty.gif|}} PositionInScreenCoordinates ** | ** {{wiki:PublicProperty.gif|}} PositionInScreenCoordinates ** | ||
| - | This property gets and sets the position of a piece of a label, in screen coordinates. | + | * //This property gets and sets the position of a piece of a label, in screen coordinates.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| Line 122: | Line 125: | ||
| ** {{wiki:PublicProperty.gif|}} Text ** | ** {{wiki:PublicProperty.gif|}} Text ** | ||
| - | This property gets and sets the text of the label. | + | * //This property gets and sets the text of the label.// |
| == Remarks == | == Remarks == | ||
| - | This may be the entire label text or a single character. | + | * //This may be the entire label text or a single character.// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 130: | Line 133: | ||
| ** {{wiki:PublicProperty.gif|}} RotationAngle ** | ** {{wiki:PublicProperty.gif|}} RotationAngle ** | ||
| - | This property gets and sets the angle of rotation for the label. | + | * //This property gets and sets the angle of rotation for the label.// |
| == Remarks == | == Remarks == | ||
| - | This could be the rotation of the entire label text, a single character, or a set of characters. | + | * //This could be the rotation of the entire label text, a single character, or a set of characters.// |
| == Return Value == | == Return Value == | ||
| * Type:Double | * Type:Double | ||