Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the pitch and family of a font.
Definition
Visual Basic Public Property PitchAndFamily As PitchAndFamily C# public PitchAndFamily PitchAndFamily { get; set; } C++ public:
property PitchAndFamily PitchAndFamily {
PitchAndFamily get();
void set(PitchAndFamily value);
}JScript public function get PitchAndFamily() : PitchAndFamily
public function set PitchAndFamily(PitchAndFamily);
Property Value
Microsoft.DirectX.Direct3D.PitchAndFamily
Member of the PitchAndFamily enumeration to set or retrieve.This property is read/write.