Bitmap for UWP
Create(Factory,Single,Single,Single,PixelGeometry,RenderingMode) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > RenderingParams クラス > Create メソッド : Create(Factory,Single,Single,Single,PixelGeometry,RenderingMode) メソッド
A reference to a DirectWrite factory Factory
The gamma level to be set for the new rendering parameters object.
The enhanced contrast level to be set for the new rendering parameters object.
The ClearType level to be set for the new rendering parameters object.
Represents the internal structure of a device pixel (that is, the physical arrangement of red, green, and blue color components) that is assumed for purposes of rendering text.
A value that represents the method (for example, ClearType natural quality) for rendering glyphs.
Creates a rendering parameters object with the specified properties.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal factory As Factory, _
   ByVal gamma As System.Single, _
   ByVal enhancedContrast As System.Single, _
   ByVal clearTypeLevel As System.Single, _
   ByVal pixelGeometry As PixelGeometry, _
   ByVal renderingMode As RenderingMode _
) As RenderingParams
public static RenderingParams Create( 
   Factory factory,
   System.float gamma,
   System.float enhancedContrast,
   System.float clearTypeLevel,
   PixelGeometry pixelGeometry,
   RenderingMode renderingMode
)

パラメータ

factory
A reference to a DirectWrite factory Factory
gamma
The gamma level to be set for the new rendering parameters object.
enhancedContrast
The enhanced contrast level to be set for the new rendering parameters object.
clearTypeLevel
The ClearType level to be set for the new rendering parameters object.
pixelGeometry
Represents the internal structure of a device pixel (that is, the physical arrangement of red, green, and blue color components) that is assumed for purposes of rendering text.
renderingMode
A value that represents the method (for example, ClearType natural quality) for rendering glyphs.
参照

RenderingParams クラス
RenderingParams メンバ
オーバーロード一覧