Unit 'GR32_Transforms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TAffineTransformation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GR32_Transforms.pas line 148

type TAffineTransformation = class(T3x3Transformation)

public

  constructor Create; override;

  

  function GetTransformedBounds(); override;

  

  procedure Push;

  

  procedure Pop;

  

  procedure Clear();

  

  procedure Rotate();

  

  procedure Skew();

  

  procedure Scale();

  

  procedure Translate();

  

end;

Inheritance

TAffineTransformation

  

|

T3x3Transformation

  

|

TTransformation

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio