←Select platform

SetRowSegments(int,int,IntPtr,IntPtr,int,bool) Method

Summary
For internal use by LEADTOOLS.
Syntax
C#
C++/CLI
Java
Python
public void SetRowSegments( 
   int row, 
   int column, 
   IntPtr buffer, 
   IntPtr segments, 
   int segmentCount, 
   bool preserveAlpha 
) 
public void setRowSegments( 
  int row,  
  int column,  
  byte[] buffer,  
  int[] segments,  
  int segmentCount,  
  boolean preserveAlpha 
) 
public: 
void SetRowSegments(  
   int row, 
   int column, 
   IntPtr buffer, 
   IntPtr segments, 
   int segmentCount, 
   bool preserveAlpha 
)  
def SetRowSegments(self,row,column,buffer,segments,segmentCount,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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.