Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetPropertiesSupported() [2/2]

override bool System.Drawing.RectangleConverter.GetPropertiesSupported ( ITypeDescriptorContext? context)
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 134 of file RectangleConverter.cs.

135 {
136 return true;
137 }