|
| ESRI.ArcGIS.ADF.IMS | |
| NorthArrow Constructor(Point,AcetateUnits) | |
| See Also Example | |
| ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > NorthArrow Class > NorthArrow Constructor : NorthArrow Constructor(Point,AcetateUnits) |
- location
- units
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal location As Point, _ ByVal units As AcetateUnits _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public NorthArrow( Point location, AcetateUnits units ) | |
Parameters
- location
- units
See the single-argument constructor for more complete example.
| C# | Copy Code |
|---|---|
Point arrowLocation = new Point(30, imgMap.Height.Value - 30); | |
| Visual Basic | Copy Code |
|---|---|
Dim arrowLocation As New Point(30, imgMap.Height.Value - 30) | |