Struct ImageCursor.IconInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public struct IconInfo
Fields
bIcon
Declaration
public bool bIcon
Field Value
Type |
---|
System.Boolean |
hbmColor
Declaration
public IntPtr hbmColor
Field Value
Type |
---|
System.IntPtr |
hbmMask
Declaration
public IntPtr hbmMask
Field Value
Type |
---|
System.IntPtr |
xHotspot
Declaration
public int xHotspot
Field Value
Type |
---|
System.Int32 |
yHotspot
Declaration
public int yHotspot
Field Value
Type |
---|
System.Int32 |