LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

SetRowSegments(Int32,Int32,IntPtr,IntPtr,Int32,Boolean) Method






0-based row index
0-based column index
The scanline buffer
Segments buffer
Number of segments in segments
A value indicating whether to preserve the alpha values in 32 and 64-bit images.
For internal use by LEADTOOLS. .NET support WinRT support
Syntax
public void SetRowSegments( 
   int row,
   int column,
   IntPtr buffer,
   IntPtr segments,
   int segmentCount,
   bool preserveAlpha
)
'Declaration
 
Public Overloads Sub SetRowSegments( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal buffer As IntPtr, _
   ByVal segments As IntPtr, _
   ByVal segmentCount As Integer, _
   ByVal preserveAlpha 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,
   IntPtr buffer,
   IntPtr segments,
   int segmentCount,
   bool preserveAlpha
)
 function Leadtools.RasterImage.SetRowSegments(Int32,Int32,IntPtr,IntPtr,Int32,Boolean)( 
   row ,
   column ,
   buffer ,
   segments ,
   segmentCount ,
   preserveAlpha 
)
public:
void SetRowSegments( 
   int row,
   int column,
   IntPtr buffer,
   IntPtr segments,
   int segmentCount,
   bool preserveAlpha
) 

Parameters

row
0-based row index
column
0-based column index
buffer
The scanline buffer
segments
Segments buffer
segmentCount
Number of segments in segments
preserveAlpha
A value indicating whether to preserve the alpha values in 32 and 64-bit images.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.