XFINIUM.PDF.Render Documentation
SetColorForOpaquePixelsInNativeFormat Method (PdfArgbIntRenderingSurface)



Xfinium.Pdf.Rendering.RenderingSurfaces Namespace > PdfArgbIntRenderingSurface Class : SetColorForOpaquePixelsInNativeFormat Method
Adjusts the surface transparency with the new alpha.
Syntax
'Declaration
 
Public Overrides Sub SetColorForOpaquePixelsInNativeFormat( _
   ByVal argb As Integer _
) 
'Usage
 
Dim instance As PdfArgbIntRenderingSurface
Dim argb As Integer
 
instance.SetColorForOpaquePixelsInNativeFormat(argb)
public override void SetColorForOpaquePixelsInNativeFormat( 
   int argb
)
public:
void SetColorForOpaquePixelsInNativeFormat( 
   int argb
) override 

Parameters

argb
Remarks
This method always assumes that native surface format
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfArgbIntRenderingSurface Class
PdfArgbIntRenderingSurface Members