Interface IGDIPlus.IGPMatrixStore
From Mitov Wiki Doc
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.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type IGPMatrixStore = interface
Summary
Interface for reference counting TGPMatrixStore objects that saves a transformation matrix.
Description
Create instance of the TGPMatrixStore class to save a transformation matrix. The transformation will be automatically restored when the object is destroyed. The object is interface count referenced, and can be used for function encapsulation.