Sx

EmfPlusScaleWorldTransform.Sx property

Gets or sets a 32-bit floating-point value that defines the horizontal scale factor. The scaling is performed by constructing a new transform matrix from the Sx and Sy field values, as shown in the following table. —————– | Sx | 0 | 0 | | 0 | Sx | 0 | —————– Figure 3: Scale Transform Matrix

public float Sx { get; set; }

See Also