FT_Outline_GetOutsideBorder() 개인적인 메소드

private FT_Outline_GetOutsideBorder ( IntPtr outline ) : StrokerBorder
outline System.IntPtr
리턴 StrokerBorder
예제 #1
0
 /// <summary>
 /// Retrieve the <see cref="StrokerBorder"/> value corresponding to the ‘outside’ borders of a given outline.
 /// </summary>
 /// <returns>The border index. <see cref="StrokerBorder.Left"/> for empty or invalid outlines.</returns>
 public StrokerBorder GetOutsideBorder()
 {
     return(FT.FT_Outline_GetOutsideBorder(Reference));
 }
예제 #2
0
 /// <summary>
 /// Retrieve the <see cref="StrokerBorder"/> value corresponding to the ‘outside’ borders of a given outline.
 /// </summary>
 /// <returns>The border index. <see cref="StrokerBorder.Left"/> for empty or invalid outlines.</returns>
 public StrokerBorder GetOutsideBorder() => FT.FT_Outline_GetOutsideBorder(Reference);