DrawingGuide

DrawingGuide class

Represents an adjustable drawing guide.

getOrientation

NameDescription
getOrientation ()Returns or sets orientation of the drawing guide. Read/write Orientation.

Returns: byte


getPosition

NameDescription
getPosition ()Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float. The typical value range is from zero to slide height for a horizontal guide and from zero to slide width for a vertical guide.

Returns: float


setOrientation

NameDescription
setOrientation (byte)Returns or sets orientation of the drawing guide. Read/write Orientation.

setPosition

NameDescription
setPosition (float)Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write float. The typical value range is from zero to slide height for a horizontal guide and from zero to slide width for a vertical guide.