You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > PdfLineCapStyle Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
PdfLineCapStyle Enumeration
C#
public enum PdfLineCapStyle {
  PdfLineCapStyleButt = 0,
  PdfLineCapStyleRound = 1,
  PdfLineCapStyleProjectingSquare = 2
}
Visual Basic
Public Enum PdfLineCapStyle
  PdfLineCapStyleButt = 0
  PdfLineCapStyleRound = 1
  PdfLineCapStyleProjectingSquare = 2
End Enum

This is record PdfLineCapStyle.

Members
Members 
Description 
PdfLineCapStyleButt 
Butt cap 
PdfLineCapStyleRound 
Round cap 
PdfLineCapStyleProjectingSquare 
Projecting square cap 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.