コード例 #1
0
 private void GetTextDisplay(Dictionary <string, string> rDict)
 {
     rDict.Add("text_angle", MiApi.mitab_c_get_text_angle(Handle).ToString(CultureInfo.InvariantCulture));
     rDict.Add("text_height", MiApi.mitab_c_get_text_height(Handle).ToString(CultureInfo.InvariantCulture));
     rDict.Add("text_width", MiApi.mitab_c_get_text_width(Handle).ToString(CultureInfo.InvariantCulture));
     rDict.Add("text_fgcolor", MiApi.mitab_c_get_text_fgcolor(Handle).ToString());
     rDict.Add("text_bgcolor", MiApi.mitab_c_get_text_bgcolor(Handle).ToString());
     rDict.Add("text_justification", MiApi.mitab_c_get_text_justification(Handle).ToString());
     rDict.Add("text_spacing", MiApi.mitab_c_get_text_spacing(Handle).ToString());
     rDict.Add("text_linetype", MiApi.mitab_c_get_text_linetype(Handle).ToString());
 }
コード例 #2
0
 private void GetTextDisplay(Dictionary<string, string> rDict)
 {
     rDict.Add("text_angle", MiApi.mitab_c_get_text_angle(this.Handle).ToString());
     rDict.Add("text_height", MiApi.mitab_c_get_text_height(this.Handle).ToString());
     rDict.Add("text_width", MiApi.mitab_c_get_text_width(this.Handle).ToString());
     rDict.Add("text_fgcolor", MiApi.mitab_c_get_text_fgcolor(this.Handle).ToString());
     rDict.Add("text_bgcolor", MiApi.mitab_c_get_text_bgcolor(this.Handle).ToString());
     rDict.Add("text_justification", MiApi.mitab_c_get_text_justification(this.Handle).ToString());
     rDict.Add("text_spacing", MiApi.mitab_c_get_text_spacing(this.Handle).ToString());
     rDict.Add("text_linetype", MiApi.mitab_c_get_text_linetype(this.Handle).ToString());
 }