This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
Developer Network
Developer Network
Developer
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
SharePoint Server 2013 resources
SQL Server 2014 Express resources
Windows Server 2012 resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Lumia
Lumia Imaging SDK API Reference
Lumia.Imaging.Workers.Direct2D Namespace
Lumia.Imaging.Workers.Direct2D Namespace
Direct2DPixelOptions Enumeration
Direct2DPixelOptions Enumeration
Direct2DPixelOptions Enumeration
Direct2DBorderSampling Enumeration
Direct2DFilter Enumeration
Direct2DPixelOptions Enumeration
Direct2DPixelShaderImageWorkerBase Class
Direct2DPixelShaderImageWorkerBase.ResourceTexture Class
Direct2DResourceTextureOptions Structure
Direct2DShaderDrawTransformFactory Class
IDirect2DImageWorker Interface
IDirect2DPixelShaderImageWorker Interface
IDirect2DShaderDrawTransform Interface
IDirect2DSource Interface
TOC
Collapse the table of content
Expand the table of content
This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
Direct2DPixelOptions Enumeration
Indicates options for drawing using a pixel shader.
Namespace:
Lumia.Imaging.Workers.Direct2D
Assembly:
Lumia.Imaging
(in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
JavaScript
C#
C++
VB
Copy
public
enum
Direct2DPixelOptions
Members
Member name
Value
Description
None
0
Default pixel processing.
TrivialSampling
1
Indicates that the shader samples its inputs only at exactly the same scene coordinate as the output pixel, and that it returns transparent black whenever the input pixels are also transparent black.
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
Lumia.Imaging.Workers.Direct2D Namespace
Show:
Inherited
Protected
Print
Export (
0
)
Print
Share
IN THIS ARTICLE