Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static IEnumerable<Bitmap> Split(
Bitmap b,
bool byRow,
ref int whiteToSpace
)
Private Shared Function Split (
b As Bitmap,
byRow As Boolean,
ByRef whiteToSpace As Integer
) As IEnumerable(Of Bitmap)
private:
static IEnumerable<Bitmap^>^ Split(
Bitmap^ b,
bool byRow,
int% whiteToSpace
)
private static member Split :
b : Bitmap *
byRow : bool *
whiteToSpace : int byref -> IEnumerable<Bitmap>
Parameters
- b
- Type: System.DrawingBitmap
- byRow
- Type: SystemBoolean
- whiteToSpace
- Type: SystemInt32
Return Value
Type:
IEnumerableBitmap
See Also