:orphan:
# PetscDrawLineGetWidth
Gets the line width for future draws.  The width is relative to the user coordinates of the window; 0.0 denotes the natural width; 1.0 denotes the interior viewport. 
## Synopsis
```
#include "petscdraw.h" 
PetscErrorCode PetscDrawLineGetWidth(PetscDraw draw, PetscReal *width)
```
Not Collective


## Input Parameter

- ***draw -*** the drawing context



## Output Parameter

- ***width -*** the width in user coordinates





## Note
Not currently implemented.


## See Also
 `PetscDraw`, `PetscDrawLineSetWidth()`, `PetscDrawLine()`, `PetscDrawArrow()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/classes/draw/interface/dline.c.html#PetscDrawLineGetWidth">src/sys/classes/draw/interface/dline.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/classes/draw/impls/image/drawimage.c.html#PetscDrawLineGetWidth_Image">PetscDrawLineGetWidth_Image in src/sys/classes/draw/impls/image/drawimage.c</A><BR>
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/classes/draw/impls/null/drawnull.c.html#PetscDrawLineGetWidth_Null">PetscDrawLineGetWidth_Null in src/sys/classes/draw/impls/null/drawnull.c</A><BR>
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/classes/draw/impls/win32/win32draw.c.html#PetscDrawLineGetWidth_Win32">PetscDrawLineGetWidth_Win32 in src/sys/classes/draw/impls/win32/win32draw.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/draw/interface/dline.c)


[Index of all Draw routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
