FT_Outline_GetInsideBorder() 개인적인 메소드

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