DrawingGuide
DrawingGuide class
Represents an adjustable drawing guide.
getOrientation
Name | Description |
---|---|
getOrientation () | Returns or sets orientation of the drawing guide. Read/write Orientation. |
Returns: byte
getPosition
Name | Description |
---|---|
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
Name | Description |
---|---|
setOrientation (byte) | Returns or sets orientation of the drawing guide. Read/write Orientation. |
Returns: void
setPosition
Name | Description |
---|---|
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. |
Returns: void