Class EmfDesignVector
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly: Aspose.Imaging.dll (25.7.0)
The DesignVector (section 2.2.3) object defines the design vector, which specifies values for the font axes of a multiple master font.
public sealed class EmfDesignVector : EmfObject
{
public short X { get; set; }
public short Y { get; set; }
}
Inheritance
object ← MetaObject ← EmfObject ← EmfDesignVector
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfDesignVector()
public EmfDesignVector()
{
}
Properties
NumAxes
Gets or sets a 32-bit unsigned integer that specifies the number of elements inthe Values array. It MUST be in the range 0 to 16, inclusive
public int NumAxes
{
get;
set;
}
Property Value
Signature
Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
public int Signature
{
get;
set;
}
Property Value
Values
Gets or sets an optional array of 32-bit signed integers that specify the valuesof the font axes of a multiple master, OpenType font. The maximum number of values in the array is 16.
public int[] Values
{
get;
set;
}
Property Value
int []