IReadWriteBitmapDataGetMovableRow Method
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
IReadWriteBitmapDataRowMovable GetMovableRow(
int y
)
Function GetMovableRow (
y As Integer
) As IReadWriteBitmapDataRowMovable
IReadWriteBitmapDataRowMovable^ GetMovableRow(
int y
)
abstract GetMovableRow :
y : int -> IReadWriteBitmapDataRowMovable
override GetMovableRow :
y : int -> IReadWriteBitmapDataRowMovable
- y Int32
- The y-coordinate of the row to obtain.
IReadWriteBitmapDataRowMovableAn
IReadWriteBitmapDataRowMovable representing the row of the specified
y coordinate in the current
IReadWriteBitmapData.