The MedicalViewerNudgeToolShape Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Specifies the shape of the nudge tool brush.| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerNudgeToolShape Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerNudgeToolShape | |
| C# | |
|---|---|
public enum MedicalViewerNudgeToolShape : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerNudgeToolShape : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BackSlash | Back Slash nudge tool shape. |
| Ellipse | Elliptical nudge tool shape. |
| Rectangle | Rectangular nudge tool shape. |
| Slash | Slash nudge tool shape. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerNudgeToolShape
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code