MaskBuilder.Position
Contents
[
Hide
]Position(double, LengthType)
Sets the position of the mask.
public MaskBuilder Position(double position, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
position | Double | The position value. |
type | LengthType | The type of length measurement. |
Return Value
The current instance of MaskBuilder.
See Also
- enum LengthType
- class MaskBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Position(double, double, LengthType)
Sets the position of the mask using horizontal and vertical values.
public MaskBuilder Position(double horizontal, double vertical, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
horizontal | Double | The horizontal position value. |
vertical | Double | The vertical position value. |
type | LengthType | The type of length measurement. |
Return Value
The current instance of MaskBuilder.
See Also
- enum LengthType
- class MaskBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Position(HorizontalPosition, double, LengthType)
Sets the position of the mask using a predefined horizontal position and a vertical value.
public MaskBuilder Position(HorizontalPosition horizontal, double vertical,
LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
horizontal | HorizontalPosition | The predefined horizontal position. |
vertical | Double | The vertical position value. |
type | LengthType | The type of length measurement. |
Return Value
The current instance of MaskBuilder.
See Also
- enum HorizontalPosition
- enum LengthType
- class MaskBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Position(VerticalPosition, double, LengthType)
Sets the position of the mask using a predefined vertical position and a horizontal value.
public MaskBuilder Position(VerticalPosition vertical, double horizontal,
LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
vertical | VerticalPosition | The predefined vertical position. |
horizontal | Double | The horizontal position value. |
type | LengthType | The type of length measurement. |
Return Value
The current instance of MaskBuilder.
See Also
- enum VerticalPosition
- enum LengthType
- class MaskBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Position(HorizontalPosition, VerticalPosition)
Sets the position of the mask using predefined horizontal and vertical positions.
public MaskBuilder Position(HorizontalPosition horizontal, VerticalPosition vertical)
Parameter | Type | Description |
---|---|---|
horizontal | HorizontalPosition | The predefined horizontal position. |
vertical | VerticalPosition | The predefined vertical position. |
Return Value
The current instance of MaskBuilder.
See Also
- enum HorizontalPosition
- enum VerticalPosition
- class MaskBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Position(HorizontalEdge, double, VerticalEdge, double, LengthType)
Sets the position of the mask using edges and values.
public MaskBuilder Position(HorizontalEdge horizontalEdge, double horizontalValue,
VerticalEdge verticalEdge, double verticalValue, LengthType type = LengthType.Px)
Parameter | Type | Description |
---|---|---|
horizontalEdge | HorizontalEdge | The horizontal edge position. |
horizontalValue | Double | The horizontal position value. |
verticalEdge | VerticalEdge | The vertical edge position. |
verticalValue | Double | The vertical position value. |
type | LengthType | The type of length measurement. |
Return Value
The current instance of MaskBuilder.
See Also
- enum HorizontalEdge
- enum VerticalEdge
- enum LengthType
- class MaskBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG