| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal dType As ElementMarkerType, _ ByVal size As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ElementMarker( ElementMarkerType dType, int size ) | |
Parameters
- dType
- Element marker type of this marker.
- size
- The size of this marker.