DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.basePointRot | Constructors | Fields | Methods | Properties | Events
Compute position of the point after the defined in world file rotation.
// C# protected TGIS_Point basePointRot( TGIS_Point _pt );
' VisualBasic Protected Function basePointRot( ByVal _pt As TGIS_Point ) As TGIS_Point
// Oxygene protected function basePointRot( _pt : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_pt | TGIS_Point | point to be rotated |
Type | Description |
---|---|
TGIS_Point | rotated point |