Initializes a new instance of the
Pattern class.
Namespace:
CADImport.CADImportForms
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal ind As Integer _ ) |
C#
|
public Pattern( int ind ) |
Parameters
-
ind
-
Type: int
An int value that defines an index number of the color
Pattern on the ColorSelector form.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also