c# - Using double instead of integer with Control.Size -


is possible force control.size property accept double type instead of integer? if not, there alternative? i'm using labels represent values decimal numbers.

no, it's impossible since size property describes number of pixels element displayed on. since there no meaning half pixel, there no meaning using sizef size of control.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -