FMX.Graphics.TCanvas.TMatrixMeaning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMatrixMeaning = (Unknown, Identity, Translate);

C++

enum class DECLSPEC_DENUM TMatrixMeaning : unsigned int { Unknown, Identity, Translate, mmUnknown _DEPRECATED_ATTRIBUTE3("Use TMatrixMeaning.Unknown")  = 0x0, mmIdentity _DEPRECATED_ATTRIBUTE3("Use TMatrixMeaning.Identity")  = 0x1, mmTranslate _DEPRECATED_ATTRIBUTE3("Use TMatrixMeaning.Translate")  = 0x2 };

Properties

Type Visibility Source Unit Parent
enum protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!