[]
Performs an explicit conversion from Size2D to C1.Win.Interop.Size.
public static explicit operator Size(Size2D value)
Type | Name | Description |
---|---|---|
Size2D | value |
Type | Description |
---|---|
Size |
Performs an explicit conversion from C1.Win.Interop.Size to Size2D.
public static explicit operator Size2D(Size sz)
Type | Name | Description |
---|---|---|
Size | sz |
Type | Description |
---|---|
Size2D |