WmfPitchAndFamily.WmfPitchAndFamily

WmfPitchAndFamily(byte)

Initializes a new instance of the WmfPitchAndFamily struct.

public WmfPitchAndFamily(byte byteData)
ParameterTypeDescription
byteDataByteThe byte data.

See Also


WmfPitchAndFamily(WmfPitchFont, WmfFamilyFont)

Initializes a new instance of the WmfPitchAndFamily struct.

public WmfPitchAndFamily(WmfPitchFont pitch, WmfFamilyFont family)
ParameterTypeDescription
pitchWmfPitchFontThe pitch.
familyWmfFamilyFontThe family.

See Also