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