IGxRectangleTransformImage
Description
The IGxRectangleTransformImage interface contains properties and methods of the image changed by means of fixed margins. The image is conditionally divided into 9 parts:
On rendering the image A, C, G, I parts are not scaled. B, H parts are entitled to the horizontal scaling only. D, F parts are entitled to the vertical scaling only. E part is scaled fully. The access to the parameters of the fixed margins is by means of the Margins parameter.
Properties
|
Property name |
Brief description |
|
Margins |
The Margins property determines parameters of fixed margins of graphics. |
|
Property name |
Brief description |
|
Unit |
The Unit property determines measurement units that are used to set graphics parameters. |
Properties inherited from IGxImage
|
Property name |
Brief description |
|
CornerPixel |
The CornerPixel property returns the color of the specified angular point. |
|
Flags |
The Flags property returns parameters of the image. |
|
Height |
The Height property returns the image height in pixels. |
|
HorizontalResolution |
The HorizontalResolution property returns horizontal resolution of the image in points per inch. |
|
PhysicalDimension |
The PhysicalDimension property returns resolution of the image in pixels per inch. |
|
PixelFormat |
The PixelFormat property returns the format of the image pixels. |
|
RawFormat |
The RawFormat property returns the format of the image. |
|
Size |
The Size property returns image size in pixels. |
|
VerticalResolution |
The VerticalResolution property returns vertical resolution of the image in points per inch. |
|
Width |
The Width property returns image width in pixels. |
Methods inherited from IGxImage
|
Method name |
Brief description |
|
Clone |
The Clone method creates a copy of the image. |
|
CopyRect |
The CopyRect method restores the part of the current image limited by the specified rectangle. |
|
CopyToClipboard |
The CopyToClipboard method copies image to the clipboard. |
|
GetThumbnailImage |
The GetThumbnailImage method creates a thumbnail. |
|
RotateFlip |
The RotateFlip method rotates and flips the image. |
|
SaveToFile |
The SaveToFile method saves the image to file. |
|
SaveToFileEncoded |
The SaveToFileEncoded method saves the image to the file in the specified format. |
|
SaveToStream |
The SaveToStream method saves the image to the stream transferred by input parameter. |
|
SaveToStreamEncoded |
The SaveToStreamEncoded method saves the image to the stream in the specified format. |
See also:
Drawing Assembly Interfaces