DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetPointEx | Constructors | Fields | Methods | Properties
Retrieve a point coordinates from a shape segment.
// C# public virtual void GetPointEx( int _part, int _pos, ref double _x, ref double _y );
' VisualBasic Public Overridable Sub GetPointEx( ByVal _part As Integer, ByVal _pos As Integer, ByRef _x As Double, ByRef _y As Double )
// Oxygene public procedure GetPointEx( _part : Integer; _pos : Integer; var _x : Double; var _y : Double ); virtual;
Name | Type | Description |
---|---|---|
_part | int Integer | part number |
_pos | int Integer | point number |
_x | double Double | x coordinate |
_y | double Double | y coordinate |