'Declaration Public Property TX As Double
'Declaration
Public Property TX As Double
'Usage Dim instance As PDFMatrix Dim value As Double instance.TX = value value = instance.TX
'Usage
Dim instance As PDFMatrix Dim value As Double instance.TX = value value = instance.TX
public double TX {get; set;}
public: __property double get_TX(); public: __property void set_TX( double value );
public: property double TX { double get(); void set ( double value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
PDFMatrix Class PDFMatrix Members