示例#1
0
 public IDeviceBitmapRenderTarget CreateCompatibleRenderTarget(SizeFloat?desiredSize, SizeInt32?desiredPixelSize, Direct2DPixelFormat?desiredPixelFormat, CompatibleRenderTargetOptions options) =>
 base.innerRefT.CreateCompatibleRenderTarget(desiredSize, desiredPixelSize, desiredPixelFormat, options);
 public ID2D1BitmapRenderTarget CreateCompatibleRenderTarget(SizeF desiredSize, CompatibleRenderTargetOptions options)
 {
     return(CreateCompatibleRenderTarget(desiredSize, null, null, options));
 }
 public ID2D1BitmapRenderTarget CreateCompatibleRenderTarget(DCommon.PixelFormat desiredFormat, CompatibleRenderTargetOptions options)
 {
     return(CreateCompatibleRenderTarget(null, null, desiredFormat, options));
 }
 public ID2D1BitmapRenderTarget CreateCompatibleRenderTarget(CompatibleRenderTargetOptions options)
 {
     return(CreateCompatibleRenderTarget(null, null, null, options));
 }