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