Package apple.videotoolbox.struct
Class VTInt32Point
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.videotoolbox.struct.VTInt32Point
-
public final class VTInt32Point extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description VTInt32Point()VTInt32Point(int x, int y)protectedVTInt32Point(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetX(int value)voidsetY(int value)intx()inty()
-