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
Post a Comment