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