[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Scale.ScaleAmount

ScaleAmount Property

ScaleAmount

The scale amount in the X and Y direction as a ratio of the output size to the input size. This property a Vector2 defined as: (X scale, Y scale). The scale amounts are FLOAT, unitless, and must be positive or 0.

Declaration
public Vector2 ScaleAmount { get; set; }