'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal options As CompatibleRenderTargetOptions, _ ByVal desiredSize As Size2F _ ) As BitmapRenderTarget
public static BitmapRenderTarget Create( RenderTarget renderTarget, CompatibleRenderTargetOptions options, Size2F desiredSize )
パラメータ
- renderTarget
- an instance of RenderTarget
- options
- A value that specifies whether the new render target must be compatible with GDI.
- desiredSize
- The desired size of the new render target in device-independent pixels if it should be different from the original render target. For more information, see the Remarks section.