LinePattern.RepeatFactor Property

Language:

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

Definition

Visual Basic Public Property RepeatFactor As Short
C# public short RepeatFactor { get; set; }
C++ public:
property short RepeatFactor {
        short get();
        void set(short value);
}
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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