예제 #1
0
 public GpStatus SetStrokeCaps(GpLineCap startCap, GpLineCap endCap)
 {
     return(SetStatus(GdiPlus.GdipSetCustomLineCapStrokeCaps(nativeCap,
                                                             startCap, endCap)));
 }
예제 #2
0
파일: LineCaps.cs 프로젝트: north0808/haina
 internal static extern GpStatus GdipSetCustomLineCapStrokeCaps(GpCustomLineCap customCap, GpLineCap startCap, GpLineCap endCap);
예제 #3
0
파일: LineCaps.cs 프로젝트: windygu/haina
 internal static extern GpStatus GdipSetCustomLineCapStrokeCaps(GpCustomLineCap customCap, GpLineCap startCap, GpLineCap endCap);
예제 #4
0
 public GpStatus SetStrokeCaps(GpLineCap startCap, GpLineCap endCap)
 {
     return SetStatus(GdiPlus.GdipSetCustomLineCapStrokeCaps(nativeCap,
                 startCap, endCap));
 }