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