Microsoft DirectX 9.0 SDK Update (October 2004)

LinePattern.RepeatFactor Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the number of times to repeat each series of ones and zeros specified in the Linepattern property.

Definition

Visual Basic .NET Public Property RepeatFactor As Short
C# public short RepeatFactor { get; set; }
Managed C++ public: __property short get_RepeatFactor();
public: __property void set_RepeatFactor(short);
JScript .NET public function get RepeatFactor() : short
public function set RepeatFactor(short);

Property Value

System.Int16 . Integer that represents the number of times to repeat the Linepattern.

This property is read/write. 

Remarks

This property allows an application to stretch the line pattern.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center