 | MaskInterfaceCutEllipseUserMask Method |
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void CutEllipseUserMask(
int centerX,
int centerY,
int radiusX,
int radiusY,
bool keepInside,
bool Intersection
)
public:
virtual void CutEllipseUserMask(
int centerX,
int centerY,
int radiusX,
int radiusY,
bool keepInside,
bool Intersection
)
Parameters
- centerX
- Type: SystemInt32
- centerY
- Type: SystemInt32
- radiusX
- Type: SystemInt32
- radiusY
- Type: SystemInt32
- keepInside
- Type: SystemBoolean
- Intersection
- Type: SystemBoolean
Implements
IMaskCutEllipseUserMask(Int32, Int32, Int32, Int32, Boolean, Boolean)
See Also