Exemplo n.º 1
0
 public static int GetPromptLeft(Epi.Fields.FieldWithSeparatePrompt field, int width)
 {
     return((int)Math.Ceiling(field.PromptLeftPositionPercentage * width));
 }
Exemplo n.º 2
0
 public static int GetPromptTop(Epi.Fields.FieldWithSeparatePrompt field, int height)
 {
     return((int)Math.Ceiling(field.PromptTopPositionPercentage * height));
 }