DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixelLock.BitmapPos | Methods | Properties
Convert x and y image pixel location to position in Bitmap array
// C# public int BitmapPos( int _x, int _y );
' VisualBasic Public Function BitmapPos( ByVal _x As Integer, ByVal _y As Integer ) As Integer
// Oxygene public function BitmapPos( _x : Integer; _y : Integer ) : Integer;
Name | Type | Description |
---|---|---|
_x | int Integer | image column |
_y | int Integer | image raw |
Type | Description |
---|---|
int Integer | calculated position |