MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / RectangleFConverter

Method RectangleFConverter

TexturedFontEditor/Helper.cs:251–253  ·  view source on GitHub ↗

Methods

()

Source from the content-addressed store, hash-verified

249 {
250 // Methods
251 public RectangleFConverter()
252 {
253 }
254 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
255 {
256 return ((sourceType == typeof(string)) || base.CanConvertFrom(context, sourceType));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected