public void SetRowSegments(
int ,
int column,
IntPtr ,
IntPtr ,
int ,
bool
)
'Declaration
Public Overloads Sub SetRowSegments( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As IntPtr, _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As RasterImage
Dim row As Integer
Dim column As Integer
Dim buffer As IntPtr
Dim segments As IntPtr
Dim segmentCount As Integer
Dim preserveAlpha As Boolean
instance.SetRowSegments(row, column, buffer, segments, segmentCount, preserveAlpha)
public void setRowSegments(
int row,
int column,
byte[] buffer,
int[] segments,
int segmentCount,
boolean preserveAlpha
)
function Leadtools.RasterImage.SetRowSegments(Int32,Int32,IntPtr,IntPtr,Int32,Boolean)(
row ,
column ,
buffer ,
segments ,
segmentCount ,
preserveAlpha
)
public:
void SetRowSegments(
int ,
int column,
IntPtr ,
IntPtr ,
int ,
bool
)