Method function IGDIPlus.IGPBitmap.Clone(Integer;Integer;Integer;Integer;TGPPixelFormat) : TGPBitmap

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPBitmap

Contents

Syntax

Delphi:

function Clone( x : Integer, y : Integer, width : Integer, height : Integer, format : TGPPixelFormat ) : TGPBitmap;

C++ Builder:

TGPBitmap __fastcall Clone( int x, int y, int width, int height, TGPPixelFormat format );

Visual C++ (MFC):

Clone(  x,  y,  width,  height,  format );

Summary

Creates a new TGPBitmap object by copying a portion of this bitmap.

Description

Call this method to create a new TGPBitmap object by copying a portion of this bitmap.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox