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

◆ GetPropertiesSupported() [2/2]

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

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 128 of file SizeConverter.cs.

129 {
130 return true;
131 }