WmfPitchAndFamily

WmfPitchAndFamily constructor (1 of 2)

Initializes a new instance of the WmfPitchAndFamily struct.

public WmfPitchAndFamily(byte byteData)
ParameterTypeDescription
byteDataByteThe byte data.

See Also


WmfPitchAndFamily constructor (2 of 2)

Initializes a new instance of the WmfPitchAndFamily struct.

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

See Also