'Declaration Public Function CreateCompatibleRenderTarget( _ ByVal desiredSize As Nullable(Of Size2F), _ ByVal desiredPixelSize As Nullable(Of Size2L), _ ByVal desiredFormat As Nullable(Of PixelFormat), _ ByVal options As CompatibleRenderTargetOptions _ ) As BitmapRenderTarget
public BitmapRenderTarget CreateCompatibleRenderTarget( Nullable<Size2F> desiredSize, Nullable<Size2L> desiredPixelSize, Nullable<PixelFormat> desiredFormat, CompatibleRenderTargetOptions options )
Parameters
- desiredSize
- desiredPixelSize
- desiredFormat
- options