SmartObjectResourceNonAffineTransformMatrix Property |
Gets or sets the non affine transform matrix of the smart object layer data in the PSD file.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic double[] NonAffineTransformMatrix { get; set; }
Public Property NonAffineTransformMatrix As Double()
Get
Set
public:
property array<double>^ NonAffineTransformMatrix {
array<double>^ get ();
void set (array<double>^ value);
}
member NonAffineTransformMatrix : float[] with get, set
Property Value
Type:
Double
The non affine transform matrix of the smart object layer.
See Also