'Declaration
Public Function GetMaskLine( _ ByVal y As Integer, _ ByVal yOrigin As Integer _ ) As Byte()
'Usage
Dim instance As PDFGray8RenderingSurface Dim y As Integer Dim yOrigin As Integer Dim value() As Byte value = instance.GetMaskLine(y, yOrigin)
public: array<byte>^ GetMaskLine( int y, int yOrigin )
Parameters
- y
- yOrigin